Tj Holowaychuk
|
0fbefba998
|
Started strokeText()
|
14 years ago |
Tj Holowaychuk
|
816f41427b
|
Implemented font weight/slant values
|
14 years ago |
Tj Holowaychuk
|
1c4d6d44a7
|
font size
|
14 years ago |
Tj Holowaychuk
|
d11e114dc5
|
SetFont() slant
|
14 years ago |
Tj Holowaychuk
|
e0aca54c57
|
Started SetFont()
|
14 years ago |
Tj Holowaychuk
|
f8190ba5f7
|
Started FillText() implementation with toy text api
|
14 years ago |
Tj Holowaychuk
|
626a7b1e6d
|
Started Context2d::FillText()
|
14 years ago |
Tj Holowaychuk
|
b51b617e4d
|
new path on {stroke,fill}Rect()
|
14 years ago |
Tj Holowaychuk
|
9a49ddb484
|
resetting surface on resize
|
14 years ago |
Tj Holowaychuk
|
b23861d1b6
|
Added Canvas getter/setters
|
14 years ago |
Tj Holowaychuk
|
bc6e3c1fa1
|
new Canvas() constructor allowing width/height
|
14 years ago |
Tj Holowaychuk
|
3e6b1cc882
|
Added sync PNGStream support
|
14 years ago |
Tj Holowaychuk
|
98517229c7
|
Misc
|
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
|
d5d79b7e62
|
Fixed globalAlpha. Closes #33
|
14 years ago |
Tj Holowaychuk
|
ec51aa066b
|
Added canvas.{width,height}
|
14 years ago |
Tj Holowaychuk
|
6a53403dd0
|
NumberValue() for lineTo / moveTo
|
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
|
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
|
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 |
Tj Holowaychuk
|
225bd0f13c
|
Starting state stack
|
14 years ago |
Tj Holowaychuk
|
75671a229f
|
Added ~Gradient() to free the pattern
|
14 years ago |
Tj Holowaychuk
|
0f91cba490
|
Removed old blur comment
|
14 years ago |
Tj Holowaychuk
|
9e4352a6fd
|
Added shadowBlur accessor
|
14 years ago |
Tj Holowaychuk
|
5a147368c5
|
Added shadowOffset{Y,X} accessors
|
14 years ago |
Tj Holowaychuk
|
42aca813f1
|
Better Canvas::blur()
|
14 years ago |
Tj Holowaychuk
|
aca81c8f2d
|
Added Canvas::blur()
|
14 years ago |
Tj Holowaychuk
|
5133fbd729
|
Added blur.cc
|
14 years ago |
Tj Holowaychuk
|
0a12195647
|
Added shadowColor accessor
|
14 years ago |
Tj Holowaychuk
|
999a4e103b
|
Typo
|
14 years ago |
Tj Holowaychuk
|
69a68875c2
|
Docs
|
14 years ago |
Tj Holowaychuk
|
1e19b7ec10
|
Added PNGStream test
|
14 years ago |
Tj Holowaychuk
|
63b38e25d7
|
Passing null, 0 when done
|
14 years ago |
Tj Holowaychuk
|
6af6212b3c
|
Fixed stupid segfault
|
14 years ago |
Tj Holowaychuk
|
1c5d3346e7
|
Working
|
14 years ago |
Tj Holowaychuk
|
0ceeaf477e
|
Typos
|
14 years ago |