TJ Holowaychuk
e0b6dd6fcb
Release 0.12.0
13 years ago
TJ Holowaychuk
bf49929023
Merge pull request #166 from c-spencer/TextMetrics
TextMetrics API (partial)
13 years ago
TJ Holowaychuk
8127ee527f
Merge pull request #165 from c-spencer/master
Add textDrawingMode context2d property for controlling whether to use paths or glyphs.
13 years ago
c-spencer
c1b6d71163
Merge branch 'master' into TextMetrics
13 years ago
c-spencer
307fa29396
Switch draw mode state to an enum.
13 years ago
c-spencer
d5d9c59e56
Improve bottom and middle baseline calculation.
13 years ago
c-spencer
e06ed99dec
Partial TextMetrics support.
13 years ago
c-spencer
3dfb4e0a09
Add note on default value of textDrawingMode
13 years ago
c-spencer
18e3edfc28
Add textDrawingMode context property.
13 years ago
TJ Holowaychuk
fc34add281
Release 0.11.3
13 years ago
TJ Holowaychuk
56d49559de
clean up free()s
13 years ago
TJ Holowaychuk
ba94a33d74
live_data -> _data
13 years ago
TJ Holowaychuk
7adcd31750
Merge pull request #162 from kesla/master
Fixes Image memory leak (#150 )
13 years ago
David Björklund
c9f991b8de
Fixes the Image memory leak ( #150 ). It is basically the fix from @AllYearbooks fork without the mime-stuff.
13 years ago
TJ Holowaychuk
eb04ff63d6
Fixed Context2d::hasShadow()
13 years ago
TJ Holowaychuk
1c85f5ef39
Release 0.11.2
13 years ago
TJ Holowaychuk
3ebc55a5e6
Fixed: free closure and surface in ~Canvas
13 years ago
TJ Holowaychuk
3436c4ea43
added pdf keyword to package.json
13 years ago
TJ Holowaychuk
081b87f304
Release 0.11.1
13 years ago
TJ Holowaychuk
ac9d442c87
docs
13 years ago
TJ Holowaychuk
eb0edf2ce4
Changed: renamed .nextPage() to .addPage()
13 years ago
TJ Holowaychuk
47e9ea1bc2
Release 0.11.0
13 years ago
TJ Holowaychuk
55a7ae8728
docs for pdf
13 years ago
TJ Holowaychuk
03d1cacf9c
Added `Canvas#type` getter
13 years ago
TJ Holowaychuk
981cb656d4
make small pdf example a small canvas
13 years ago
TJ Holowaychuk
41609b9892
tweak example
13 years ago
TJ Holowaychuk
f2df845f0e
added lime-cat to image example
13 years ago
TJ Holowaychuk
d9c2695a33
added lime-cat.jpg
13 years ago
TJ Holowaychuk
8e7c1ae3f6
added pdf-images.js example
13 years ago
TJ Holowaychuk
a063907832
Added quick PDF support
need to clean things up, add async support, test images etc. I believe
some guys forked node-canvas to add some kind of image caching
for when an image appears several times within a PDF document, though
that may be out of scope
13 years ago
TJ Holowaychuk
9b6c6a8b1d
Release 0.10.3
13 years ago
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