Tj Holowaychuk
a47e9524e5
Release 0.8.2
13 years ago
Tj Holowaychuk
a3f65a3914
Release 0.8.1
13 years ago
Nathan Rajlich
42fce70a89
Check for the compiled bindings in both places.
When node switched it's build system to GYP then the resulting bin
will be put in "Release" instead of "build". So check for both places with a
little `bindings.js` shim.
13 years ago
Tj Holowaychuk
ff29b042b4
Release 0.8.0
13 years ago
Tj Holowaychuk
f72f8072ab
Added data uri support. Closes #49
easy as pie now that we have .src=Buffer support
13 years ago
Tj Holowaychuk
f976d81e28
Release 0.7.3
14 years ago
Tj Holowaychuk
cc041e1822
Release 0.7.2
14 years ago
Tj Holowaychuk
10da42f2c0
Changed: prefix some private methods with _
14 years ago
Tj Holowaychuk
bc113438c4
Release 0.7.1
14 years ago
Tj Holowaychuk
39e5cdf7d9
Release 0.7.0
14 years ago
Tj Holowaychuk
5e3af66268
Release 0.6.0
14 years ago
Tj Holowaychuk
b9ecfe990e
Release 0.5.4
14 years ago
Tj Holowaychuk
244737d930
Release 0.5.3
14 years ago
Tj Holowaychuk
f870032ca3
Release 0.5.2
14 years ago
Marcello Bastea-Forte
cb6c4483e9
make PNGStream a real Stream (so stream.pipe(dest) works)
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
Tj Holowaychuk
5874f8ea3a
Release 0.5.1
14 years ago
Tj Holowaychuk
8d3eb635bc
Release 0.5.0
14 years ago
Tj Holowaychuk
0b5d8a51f0
Release 0.4.3
14 years ago
Tj Holowaychuk
cdc7aca71a
Fixed font tests
14 years ago
Tj Holowaychuk
24eb4812cd
Fixed; stripping of quotes from font-family before applying
14 years ago
Tj Holowaychuk
cff9649518
Fixed duplicate textAlign getter
14 years ago
Tj Holowaychuk
ca4e7d797e
Release 0.4.2
14 years ago
Tj Holowaychuk
c10bbcb872
Fixed font size growing issue after successive calls. Closes #70
14 years ago
Tj Holowaychuk
b2d80ec241
Release 0.4.1
14 years ago
Tj Holowaychuk
3a9b99b49d
Release 0.4.0
14 years ago
Tj Holowaychuk
86cc3e80f8
Release 0.3.3
14 years ago
Tj Holowaychuk
db61b4619e
better Canvas#inspect()
14 years ago
Tj Holowaychuk
c4f8e42ff0
Release 0.3.2
14 years ago
Tj Holowaychuk
65a3f2dd21
Release 0.3.1
14 years ago
Tj Holowaychuk
0b945d9054
Release 0.3.0
14 years ago
Tj Holowaychuk
85ae1c931f
Added Context2d::Get{Fill,Stroke}Color()
14 years ago
Tj Holowaychuk
0ff539c691
setting up shadowColor accessors
14 years ago
Tj Holowaychuk
97c7fe6dbd
prep for c color parser
14 years ago
Tj Holowaychuk
1f82f63890
removed old parseColor dependants
14 years ago
Tj Holowaychuk
ddf5c99bbf
removed color parser
14 years ago
Tj Holowaychuk
c227300a6f
Release 0.2.1
14 years ago
Tj Holowaychuk
8576bf9b76
Fixed Canvas#getContext(), caching the CanvasRenderingContext
14 years ago
Tj Holowaychuk
e2cd4182a4
Release 0.2.0
14 years ago
Tj Holowaychuk
65b3709a69
Misc cleanup of hsl stuff
14 years ago
Tom Carden
f6dbf624c9
hsl and hsla support plus initial tests
14 years ago
Tj Holowaychuk
8b64b12f56
Added width x height to Image#inspect()
14 years ago
Tj Holowaychuk
b7ebf89676
Properly expose PixelArray
14 years ago
Tj Holowaychuk
2ca05bb95c
Release 0.1.0
14 years ago
Tj Holowaychuk
09023539c4
Checking instanceof PixelArray
14 years ago
Tj Holowaychuk
2334fc859a
Added createImageData(ImageData) support
14 years ago
Tj Holowaychuk
e9dde1bd31
Added createImageData()
14 years ago
Tj Holowaychuk
d3c0d43ddf
Fixed inspect
14 years ago
Tj Holowaychuk
26a8292d4d
Better PixelArray#inspect()
14 years ago
Tj Holowaychuk
8bdac35743
Started getImageData()
14 years ago
Tj Holowaychuk
977298d1db
Expose PixelArray constructor
14 years ago