Tj Holowaychuk
|
5bfeb7c1c2
|
Removed Canvas#savePNG()
use PNGStream
|
14 years ago |
Tj Holowaychuk
|
b3d6fcb3b0
|
Renamed Canvas::resetSurface() to resurface()
|
14 years ago |
Tj Holowaychuk
|
1623e58773
|
newlines
|
14 years ago |
Tj Holowaychuk
|
f09e29256d
|
stdlib for malloc
|
14 years ago |
Tj Holowaychuk
|
f918cf4e47
|
uppercased Canvas.{cc,h}
|
14 years ago |
Tj Holowaychuk
|
5cb1cc7f9a
|
renaming
|
14 years ago |
Tj Holowaychuk
|
ca54b2ed1b
|
No need for state restoration in {save,restore}Path()
|
14 years ago |
Tj Holowaychuk
|
dc43ce8be7
|
Misc refactoring
|
14 years ago |
Tj Holowaychuk
|
cd4d5da7c2
|
Added Context2d::{save,restore}Path()
|
14 years ago |
Tj Holowaychuk
|
afbb4378ca
|
Fixed {Fill,Stroke}Text()
|
14 years ago |
Tj Holowaychuk
|
818892d32e
|
Partial path restoration fix for {Fill,Stroke}Text()
|
14 years ago |
Tj Holowaychuk
|
3dd37cc4ac
|
Added Context2d::setTextPath()
|
14 years ago |
Tj Holowaychuk
|
1d90aa950a
|
Stubbed FillText() and StrokeText()
|
14 years ago |
Tj Holowaychuk
|
66bea777a0
|
Todos
|
14 years ago |
Tj Holowaychuk
|
c95cf16053
|
Removed blur.cc since it is currently not used
|
14 years ago |
Tj Holowaychuk
|
5f2854f6f6
|
measureText() returns only .width
|
14 years ago |
Tj Holowaychuk
|
17aba44102
|
uppercase filenames
|
14 years ago |
Tj Holowaychuk
|
55f4830c9c
|
Implemented textBaseline=
|
14 years ago |
Tj Holowaychuk
|
0d5b80a284
|
Added SetTextBaseline()
|
14 years ago |
Tj Holowaychuk
|
386d4cfb88
|
Fixed typo
|
14 years ago |
Tj Holowaychuk
|
157610652b
|
Implemented text alignment. Closes #37
|
14 years ago |
Tj Holowaychuk
|
888cb0198d
|
Added textAlign=
|
14 years ago |
Tj Holowaychuk
|
b4339f9555
|
Added measureText()
|
14 years ago |
Tj Holowaychuk
|
b93c406b96
|
Fixed fillText() fillStroke(), added SetTextPath()
|
14 years ago |
Tj Holowaychuk
|
51e013abc0
|
Added Context2d#strokeText()
|
14 years ago |
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 |