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 |
Tj Holowaychuk
|
44661cd332
|
Started buffer streaming
|
14 years ago |
Tj Holowaychuk
|
b0b4729b82
|
Docs
|
14 years ago |
Tj Holowaychuk
|
bba08890c3
|
Added isPointInPath() tests
|
14 years ago |
Tj Holowaychuk
|
f5cedb3c13
|
Added isPointInPath() (not yet working)
|
14 years ago |
Tj Holowaychuk
|
11c5ab2804
|
Added clip()
|
14 years ago |
Tj Holowaychuk
|
7336835d3c
|
Added setTransform(). Closes #15
|
14 years ago |
Tj Holowaychuk
|
884715c153
|
rect optimizations
|
14 years ago |
Tj Holowaychuk
|
55017976e9
|
Fixed miterLimit setter, ignores <= 0
|
14 years ago |
Tj Holowaychuk
|
fb95c0bf25
|
Fixed lineWidth setter, ignores <= 0
|
14 years ago |
Tj Holowaychuk
|
3afc9851ce
|
globalAlpha ignored when < 0 or > 1
|
14 years ago |
Tj Holowaychuk
|
adb668a932
|
main.cc
|
14 years ago |
Tj Holowaychuk
|
40da312c5e
|
Context2d -> CanvasRenderingContext2d
|
14 years ago |
Tj Holowaychuk
|
d6d4c7b134
|
Fixed gradients
|
14 years ago |
Tj Holowaychuk
|
97b6730052
|
Added Context2d::SetSource()
|
14 years ago |
Tj Holowaychuk
|
1ec3e5d603
|
Misc refactoring
|
14 years ago |
Tj Holowaychuk
|
6ecdcec101
|
Added Gradient#AddColorStopRGBA()
|
14 years ago |
Tj Holowaychuk
|
d0118c06a2
|
Added Gradient constructors
|
14 years ago |
Tj Holowaychuk
|
41a0109c3f
|
Added Context2d#createRadialGradient()
|
14 years ago |
Tj Holowaychuk
|
8cf26690d3
|
Started Gradient
|
14 years ago |
Tj Holowaychuk
|
962ee6769a
|
Fixed a few destination operators
|
14 years ago |
Tj Holowaychuk
|
f43ae9252c
|
Exposing cairo version. Closes #1
|
14 years ago |
Tj Holowaychuk
|
6eb962332b
|
Added "lighter" operator
|
14 years ago |
Tj Holowaychuk
|
d21b259d15
|
Implemented globalCompositionOperation
|
14 years ago |
Tj Holowaychuk
|
8bc16f3fb2
|
Prepping globalCompositeOperation
|
14 years ago |
Tj Holowaychuk
|
e0bed743ab
|
Implemented globalAlpha
|
14 years ago |