Tj Holowaychuk
|
513f2a1098
|
Added PixelArray::constructor
|
14 years ago |
Tj Holowaychuk
|
1e19b6ddb0
|
Added Context2d::constructor
|
14 years ago |
Tj Holowaychuk
|
96005f2ac3
|
Started putImageData()
|
14 years ago |
Tj Holowaychuk
|
b92797961e
|
Started Context2d#drawImage()
|
14 years ago |
Tj Holowaychuk
|
620a83eeb6
|
Removed redundant "get" prefix for some methods
|
14 years ago |
Tj Holowaychuk
|
12e26814bb
|
Added Context2d#antialias=
|
14 years ago |
Tj Holowaychuk
|
001247f1cb
|
Fixed some errors / warnings on fedora
|
14 years ago |
Tj Holowaychuk
|
ffa011a1c4
|
Moved blur to Context2d::blur()
|
14 years ago |
Tj Holowaychuk
|
7f56dc825e
|
Utilizing new stroke/fill
|
14 years ago |
Tj Holowaychuk
|
a8202da8d8
|
Added Context2d::shadow()
|
14 years ago |
Tj Holowaychuk
|
19fe22a1c6
|
Added Context2d::setSourceRGBA()
|
14 years ago |
Tj Holowaychuk
|
08eef3ebf5
|
Added Context2d::shadow{Start,Apply}()
|
14 years ago |
Tj Holowaychuk
|
86837dbecc
|
Added Context2d::{save,restore}()
|
14 years ago |
Tj Holowaychuk
|
d7b4eb6e2c
|
Implemented shadow coloring
|
14 years ago |
Tj Holowaychuk
|
9ed1a24b43
|
Added Context2d::hasShadow()
|
14 years ago |
Tj Holowaychuk
|
047c068392
|
Shadow related props within state
|
14 years ago |
Tj Holowaychuk
|
1623e58773
|
newlines
|
14 years ago |
Tj Holowaychuk
|
cd4d5da7c2
|
Added Context2d::{save,restore}Path()
|
14 years ago |
Tj Holowaychuk
|
3dd37cc4ac
|
Added Context2d::setTextPath()
|
14 years ago |
Tj Holowaychuk
|
1d90aa950a
|
Stubbed FillText() and StrokeText()
|
14 years ago |
Tj Holowaychuk
|
17aba44102
|
uppercase filenames
|
14 years ago |
Tj Holowaychuk
|
0d5b80a284
|
Added SetTextBaseline()
|
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
|
0fbefba998
|
Started strokeText()
|
14 years ago |
Tj Holowaychuk
|
e0aca54c57
|
Started SetFont()
|
14 years ago |
Tj Holowaychuk
|
626a7b1e6d
|
Started Context2d::FillText()
|
14 years ago |
Tj Holowaychuk
|
8b24624eab
|
Added QuadraticCurveTo() using the libsvg-cairo implementation. Closes #10
|
14 years ago |
Tj Holowaychuk
|
55da9f3dd7
|
Renamed source files
|
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
|
9e4352a6fd
|
Added shadowBlur accessor
|
14 years ago |
Tj Holowaychuk
|
5a147368c5
|
Added shadowOffset{Y,X} accessors
|
14 years ago |
Tj Holowaychuk
|
0a12195647
|
Added shadowColor accessor
|
14 years ago |
Tj Holowaychuk
|
b0b4729b82
|
Docs
|
15 years ago |
Tj Holowaychuk
|
f5cedb3c13
|
Added isPointInPath() (not yet working)
|
15 years ago |
Tj Holowaychuk
|
11c5ab2804
|
Added clip()
|
15 years ago |
Tj Holowaychuk
|
7336835d3c
|
Added setTransform(). Closes #15
|
15 years ago |
Tj Holowaychuk
|
d6d4c7b134
|
Fixed gradients
|
15 years ago |
Tj Holowaychuk
|
97b6730052
|
Added Context2d::SetSource()
|
15 years ago |
Tj Holowaychuk
|
8bc16f3fb2
|
Prepping globalCompositeOperation
|
15 years ago |
Tj Holowaychuk
|
230611991c
|
Added globalAlpha getter/setter
|
15 years ago |
Tj Holowaychuk
|
c2c26ec37c
|
Fixed color support
|
15 years ago |
Tj Holowaychuk
|
c48fc469b3
|
Added transform()
|
15 years ago |
Tj Holowaychuk
|
757d4968bc
|
Added scale()
|
15 years ago |