TJ Holowaychuk
|
7a28ab4773
|
Fixed quadratic curve lameness. Closes #155
|
13 years ago |
Philippe Plantier
|
550011e25e
|
Use libuv instead of EIO so that it builds on node.js >= 0.7.0
|
13 years ago |
Tj Holowaychuk
|
b63c7db9f4
|
Release 0.10.2
|
13 years ago |
Tj Holowaychuk
|
358aa6891c
|
ocd
|
13 years ago |
Tj Holowaychuk
|
8f5596a4ea
|
Merge branch 'master' of github.com:LearnBoost/node-canvas
|
13 years ago |
Tj Holowaychuk
|
f866dd8883
|
Fixed: Context2d setters with invalid values ignored
|
13 years ago |
TJ Holowaychuk
|
cde3f8cbe4
|
Merge pull request #149 from nulltask/master
make test-server fails with node 0.6.x
|
13 years ago |
Tj Holowaychuk
|
f8ffa3fdb5
|
replaced seek with fstat()
|
13 years ago |
Seiya Konno
|
64faa5a5d9
|
depends express >= 2.3.7 && < 3.0.0
|
13 years ago |
Tj Holowaychuk
|
f61efb39b6
|
Release 0.10.1
|
13 years ago |
obarthel
|
ca5560e626
|
Now finds the GIF/JPEG support libraries if built using Mac OS X and MacPorts
|
13 years ago |
Tj Holowaychuk
|
323e24ba42
|
clean up styling
|
13 years ago |
obarthel
|
4cfb7a61b2
|
Added error cleanup code to the JPEG loader functions
|
13 years ago |
Tj Holowaychuk
|
7712bd4b5d
|
fixed css color table styling
|
13 years ago |
obarthel
|
5f1614893d
|
Named color table rebuilt from CSS Color Module Level 3 specification
|
13 years ago |
Tj Holowaychuk
|
959009b884
|
buf_size -> len
|
13 years ago |
obarthel
|
5a8083de17
|
Added buffer size checks to the rgba_to_string() function
|
13 years ago |
Tj Holowaychuk
|
6361fdf58e
|
Release 0.10.0
|
13 years ago |
TJ Holowaychuk
|
65f225ec55
|
Merge pull request #145 from slaskis/pattern
Added ctx.createPattern()
|
13 years ago |
Robert Sköld
|
46bda423f8
|
Added a test (and fix) for a regression with gradients
|
13 years ago |
Robert Sköld
|
9927a3f01c
|
Added a test for ctx.createPattern(Image)
|
13 years ago |
Robert Sköld
|
a1840301c3
|
Update ctx#createPattern() test to loop through all pixels.
|
13 years ago |
Robert Sköld
|
17080848ba
|
Check for both CanvasGradient and CanvasPattern in ctx.strokeStyle and ctx.fillStyle.
|
13 years ago |
Robert Sköld
|
559bd9d572
|
Started on ctx.createPattern() support.
|
13 years ago |
Tj Holowaychuk
|
6cd403eb9e
|
Release 0.9.0
|
13 years ago |
Tj Holowaychuk
|
bcc3f6a98a
|
remove sync arg for now
|
13 years ago |
Tj Holowaychuk
|
1f60f0ad3b
|
fixed createJPEGStream() "options" global
|
13 years ago |
Tj Holowaychuk
|
ec87f5ae85
|
tweak png/jpeg stream examples in source
|
13 years ago |
Tj Holowaychuk
|
3c7e747f04
|
tweak crop.js example slightly
|
13 years ago |
Tj Holowaychuk
|
d284e489ac
|
Merge branch 'integration'
|
13 years ago |
Tj Holowaychuk
|
a4ed9c5edd
|
tweak styling
|
13 years ago |
Tj Holowaychuk
|
a50ffa1f27
|
wrap with HAVE_JPEG
|
13 years ago |
Tj Holowaychuk
|
3c2cf684e4
|
slight refactor
|
13 years ago |
Elijah Hamovitz
|
715b6f97ae
|
removed confusing language from the createJPEGStream documentation
|
13 years ago |
Elijah Hamovitz
|
f0e8f07fa6
|
added examples/*.jpg to the .gitignore
|
13 years ago |
Elijah Hamovitz
|
93f2145823
|
updated documentation for createJPEGStream
|
13 years ago |
Elijah Hamovitz
|
be9b2ee411
|
removed errant TODOs, reconsidered error handling
|
13 years ago |
Elijah Hamovitz
|
b644873eab
|
added support for writing JPEGs
|
13 years ago |
Tj Holowaychuk
|
a0e45d449f
|
Fixed js-land instanceof
causes issues with several Canvas modules
|
13 years ago |
Tj Holowaychuk
|
f125e8f1a0
|
dot reporter
|
13 years ago |
Tj Holowaychuk
|
6aebf39c83
|
spec
|
13 years ago |
Tj Holowaychuk
|
8af3486cf6
|
removed sys require
|
13 years ago |
Tj Holowaychuk
|
078a8572d3
|
expresso -> mocha
|
13 years ago |
Tj Holowaychuk
|
46d57fb1e2
|
fixed tests
|
13 years ago |
Tj Holowaychuk
|
d444f51e48
|
Release 0.8.3
|
13 years ago |
Tj Holowaychuk
|
762f8865de
|
misc cleanup
|
13 years ago |
TJ Holowaychuk
|
6115b6704b
|
Merge pull request #123 from wwlinx/master
allow canvas to build with either libjpeg62-dev or libjpeg8-dev
|
13 years ago |
Tj Holowaychuk
|
a47e9524e5
|
Release 0.8.2
|
13 years ago |
Tj Holowaychuk
|
c3e9284cfa
|
ocd
|
13 years ago |
TJ Holowaychuk
|
9821f2cf7b
|
Merge pull request #135 from Tharit/master
fixed memory leaks in context2d
|
13 years ago |