Juriy Zaytsev
745cfdc6ad
Merge pull request #501 from motiz88/hsl-color
hsl() and hsla() color parsing
10 years ago
motiz88
113abfbd90
Code style + attribution.
Also removed parseClipped() and commented out wrapInt (now wrap_int).
10 years ago
motiz88
020c18c123
Added visual tests for hsl() and hsla() color parsing.
10 years ago
motiz88
3951221166
Fixed <number> handling in hsl/hsla color parser.
parseNumber() was erroring out on numbers with long fractional parts.
10 years ago
motiz88
3cc596f34c
hsl/hsla color parsing + rebeccapurple
hsl() and hsla() color values are now supported, with corresponding unit tests.
Also added rebeccapurple (from CSS Color Level 4) to the named color list.
10 years ago
Jake Gordon
36bd6498b5
float rather than int for drawImage arguments
10 years ago
Jake Gordon
7522aca2ea
with_pango to true and use fontconfig to load fonts
10 years ago
Matthieu Dehaussy
372fb699f0
Update Image.cc
fix fopen mode for non-POSIX platform
10 years ago
Juriy Zaytsev
14e8b6c30b
Merge pull request #399 from nulltask/fix/lighten
change operator lighter to lighten
10 years ago
nulltask
3e9464984e
Merge branch 'master' of https://github.com/Automattic/node-canvas into fix/lighten
Conflicts:
src/CanvasRenderingContext2d.cc
10 years ago
Juriy Zaytsev
76e0d128a4
Merge pull request #465 from espadrine/master
Support SVG output
10 years ago
Juriy Zaytsev
4e6827da3d
Merge pull request #470 from tonylukasavage/patch-1
Add one-liner MacPorts install to docs
10 years ago
Tony Lukasavage
2077911a22
Add one-liner MacPorts install to docs
10 years ago
Thaddee Tyl
79f1d42fb5
Offer SVG output.
11 years ago
Thaddee Tyl
c8c6f09aca
Readme update: node-gyp.
11 years ago
Nathan Rajlich
475943b632
Readme: ocd
10 years ago
Nathan Rajlich
2ddcf97c58
Readme: fix subheading size
10 years ago
Nathan Rajlich
11a034e2a6
Readme: remove Gemnasium badge, use SVG for npm badge
10 years ago
Nathan Rajlich
96a1b005f3
Readme: add Travis-CI badge
10 years ago
Nathan Rajlich
138abe9aa3
Release 1.1.6
11 years ago
Nathan Rajlich
6fc2c3bd9a
History: consistent output styling
11 years ago
Nathan Rajlich
154d586d17
Merge pull request #381 from mojodna/add-operator
Distinguish between 'add' and 'lighter'
11 years ago
Nathan Rajlich
e4bd4c6496
Merge pull request #448 from Gottox/master
export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined
11 years ago
Nathan Rajlich
cfac76c848
Merge pull request #447 from svandecappelle/master
giflib 5.1
11 years ago
Enno Boland
bee3774333
export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined
11 years ago
svandecappelle
5212a52da7
Glib version test into giflib exists test
Include test of glib version into the have gif lib test
11 years ago
svandecappelle
c383d11412
Giflib 5.1
11 years ago
svandecappelle
86e77b5bcc
Update Image.h
11 years ago
svandecappelle
9fa62ba875
Update Image.cc
11 years ago
svandecappelle
0eefc23ee5
Giflib 5.1
update to compile with giflib >= 5.1
11 years ago
Nathan Rajlich
b368cb5a4c
install: use an even older version of giflib (v4.1.6)
This matches what Homebrew is currently installing...
11 years ago
Nathan Rajlich
54d6e7e82b
install: use an older version of giflib (v4.2.3)
v5.x.x seems to make node-canvas fail to compile :(
Needs compat updating...
11 years ago
Nathan Rajlich
8853f81e6b
install: install `giflib`
11 years ago
Nathan Rajlich
609a551a94
install: use more compatible sh syntax
11 years ago
Nathan Rajlich
fb14629c72
travis: attempt to run the ./install script before testintg
11 years ago
Nathan Rajlich
9ee7251fab
travis: test node v0.6, v0.8, v0.10, and v0.11
11 years ago
Nathan Rajlich
a1bcaf376a
Release 1.1.5
11 years ago
Nathan Rajlich
2d1d3e39f2
Merge pull request #442 from pandell/copy-dlls
On Windows, copy required DLLs next to ".node" file
11 years ago
Nathan Rajlich
d5e366e5aa
Readme: remove Contributors section
Hard to maintain, and besides, you can just look at this
page instead: https://github.com/Automattic/node-canvas/graphs/contributors
11 years ago
Nathan Rajlich
abc289614a
Readme: spacing
11 years ago
Nathan Rajlich
68d89c5ca6
Readme: update copyright
11 years ago
Milan Gardian
d9eabb9f53
On Windows, copy required DLLs next to ".node" file
11 years ago
Nathan Rajlich
5f6b64bda3
Merge pull request #441 from pandell/ignore-winwarnings
Ignore Visual C++ 2013 compilation warnings
11 years ago
Milan Gardian
99230e5600
Duplicate "msvc_settings" for "Debug" configuration
- Can't get shared configuration working for "ExceptionHandling"
11 years ago
Milan Gardian
13049aced3
Remove unneeded #include <nan.h>
- Already included by "Canvas.h"
11 years ago
Milan Gardian
ba4038b496
Use float constants to prevent double->float conversion warning
11 years ago
Milan Gardian
1705973dad
Ignore Visual C++ 2013 warnings
11 years ago
Nathan Rajlich
032d5269ac
Merge pull request #435 from kkoopa/includefix
Add algorithm include to CanvasRenderingContext2d.cc for std::min
11 years ago
Nathan Rajlich
c1bc945b4b
Merge pull request #434 from kkoopa/newnan
Updated NAN to 1.2.0
11 years ago
King Koopa
9ffde8ebb3
Add algorithm include to CanvasRenderingContext2d.cc for std::min
11 years ago