179 Commits (896a0eda896445394701efdb84e1f285a4f21dde)
 

Author SHA1 Message Date
Tj Holowaychuk 896a0eda89 Misc refactoring of parseColor() 14 years ago
Tj Holowaychuk 98517229c7 Misc 14 years ago
Tj Holowaychuk 4ba142bdf8 package.json keywords 14 years ago
Tj Holowaychuk e9a52d6df0 Added quadraticCurveTo() test 14 years ago
Tj Holowaychuk 279598222d Merge branch 'quad' 14 years ago
Tj Holowaychuk 8b24624eab Added QuadraticCurveTo() using the libsvg-cairo implementation. Closes #10 14 years ago
Tj Holowaychuk 7e27a59fe6 ClearRect() using save/restore instead of explicit set_operator call 14 years ago
Tj Holowaychuk 59c76251fe Added globalAlpha test to illustrate the previous fix 14 years ago
Tj Holowaychuk d5d79b7e62 Fixed globalAlpha. Closes #33 14 years ago
Tj Holowaychuk 73cc0985cf Better spark example 14 years ago
Tj Holowaychuk ba5230e336 Added spark example 14 years ago
Tj Holowaychuk ec51aa066b Added canvas.{width,height} 14 years ago
Tj Holowaychuk 19f3a29391 Fixed lineTo test checksum 14 years ago
Tj Holowaychuk 6a53403dd0 NumberValue() for lineTo / moveTo 14 years ago
Tj Holowaychuk b7da9eabaa Added `make benchmark` 14 years ago
Tj Holowaychuk df51670a77 Merge branch 'benchmarks' 14 years ago
Tj Holowaychuk 206b21d131 More benchmarks 14 years ago
Tj Holowaychuk 70ae7e04ec 250 for PNGStream 14 years ago
Tj Holowaychuk 39ffc071fe Better benchmarks 14 years ago
Tj Holowaychuk 194b1b1ea1 Started benchmarks 14 years ago
Tj Holowaychuk 61cab9efbd Misc refactoring of Buffer#concat() 14 years ago
Tj Holowaychuk 14b0ab661c Merge branch 'data-uri' 14 years ago
Tj Holowaychuk a37706c66a Added Canvas#toBuffer() docs 14 years ago
Tj Holowaychuk f4d015dfaf Added Canvas#toBuffer() test 14 years ago
Tj Holowaychuk 92c57a0f24 Added toDataURL() test for other formats 14 years ago
Tj Holowaychuk a294ab614a Added Canvas#toDataURL() 14 years ago
Tj Holowaychuk ca3d64395a Misc 14 years ago
Tj Holowaychuk fcd2501185 Removed one render call 14 years ago
Tj Holowaychuk 6e4d29f7b6 Fixed hole in ray example 14 years ago
Tj Holowaychuk 94fd9aac11 Added simple raytracer example 14 years ago
Tj Holowaychuk 23c78046cf Misc 14 years ago
Tj Holowaychuk 7df745fac8 Fixed isPointInPath(), take stroke into account 14 years ago
Tj Holowaychuk b582c878f0 re-added init.cc 14 years ago
Tj Holowaychuk 8fc62c64e6 wtf 14 years ago
Tj Holowaychuk c304ca0e5e main.cc -> init.cc 14 years ago
Tj Holowaychuk 55da9f3dd7 Renamed source files 14 years ago
Tj Holowaychuk edc0de77f5 Error handling for savePNG() 14 years ago
Tj Holowaychuk c352601301 Re-throwing exceptions in streamPNG callback 14 years ago
Tj Holowaychuk 3d2beb3a08 Merge branch 'errorHandling' 14 years ago
Tj Holowaychuk d89dd26d1a Comment 14 years ago
Tj Holowaychuk 6e4a4fc1b2 streamPNG sig is now (err, buf, len) 14 years ago
Tj Holowaychuk 8204bbefa8 Added Canvas::Error() 14 years ago
Tj Holowaychuk 08e04449aa Docs for PNGStream 14 years ago
Tj Holowaychuk 6f63a949b7 Added save()/restore() test for stroke/fill/globalAlpha 14 years ago
Tj Holowaychuk 558746cb83 Misc refactoring 14 years ago
Tj Holowaychuk b94e9e7bbd Added globalAlpha to canvas_state_t 14 years ago
Tj Holowaychuk d351a9451c Docs 14 years ago
Tj Holowaychuk 223f684821 save()/restore() fixed 14 years ago
Tj Holowaychuk b44956c073 Added restoreState() 14 years ago
Tj Holowaychuk f46bdf5d5c Added pushState() 14 years ago