Tj Holowaychuk
|
8179d4619e
|
Added Image#src= support. Closes #91
needs refactor
|
14 years ago |
atomizer
|
24c327ac5e
|
special case of zero-width rectangle
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
11c5d3d45e
|
do not clamp arguments to integer values
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
c8b82ae4ea
|
... and clearRect()
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
5ae1c46070
|
preserve current path during fillRect() and strokeRect()
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
9963f71796
|
restorePath(): clear current path before appending
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
Tj Holowaychuk
|
d8a1c91ec3
|
states already free()d...
|
14 years ago |
Tj Holowaychuk
|
bef75cc54f
|
CAIRO_OPERATOR_SATURATE and some others are available in cairo 1.8.x
|
14 years ago |
Tj Holowaychuk
|
4bf1f611f6
|
text alignment / baseline fixes by Olaf
|
14 years ago |
Tj Holowaychuk
|
780148ebcf
|
Fixed more HandleScopes
|
14 years ago |
Tj Holowaychuk
|
3ec1dcff9a
|
Fixed more HandleScopes
|
14 years ago |
Tj Holowaychuk
|
d796546c63
|
Fixed GetPatternQuality() HandleScope
|
14 years ago |
Tj Holowaychuk
|
f69958eaf3
|
Added several more operators (color-dodge, color-burn, difference, etc)
|
14 years ago |
Tj Holowaychuk
|
b63b4c8be9
|
Fixed SetGlobalAlpha() HandleScope
|
14 years ago |
Tj Holowaychuk
|
a9f860ded3
|
Apply patch from Olaf to free state on Context2d::restoreState()
|
14 years ago |
Tj Holowaychuk
|
0ad1a9aeaa
|
Apply refactored patch from Olaf to free Context2d states
|
14 years ago |
Tj Holowaychuk
|
0d5d9c9677
|
Fixed font family dereferencing. Closes #72
|
14 years ago |
Tj Holowaychuk
|
83687febc2
|
Removed sans-serif default of Arial
|
14 years ago |
Tj Holowaychuk
|
86853935af
|
Fixed; toString() first argument of {fill,stroke}Text(). Closes #68
|
14 years ago |
Tj Holowaychuk
|
30c2f2c558
|
Added drawImage(canvas) support. Closes #67
|
14 years ago |
Tj Holowaychuk
|
68a2152f5e
|
fill / stroke patterns influenced by patternQuality
|
14 years ago |
Tj Holowaychuk
|
ca5a58908f
|
Added CanvasRenderingContext2d#patternQuality accessor (non-standard)
|
14 years ago |
Tj Holowaychuk
|
83c86d1c4b
|
Added drawImage() patternQuality support
|
14 years ago |
Tj Holowaychuk
|
ab76821787
|
pre-multiply putImageData() components
|
14 years ago |
Tj Holowaychuk
|
94514cac00
|
initialize textBaseline
|
14 years ago |
Tj Holowaychuk
|
85ae1c931f
|
Added Context2d::Get{Fill,Stroke}Color()
|
14 years ago |
Tj Holowaychuk
|
54be6c057a
|
automatic rgba_to_string()
|
14 years ago |
Tj Holowaychuk
|
ddeb6f3566
|
Added rgba_to_string()
|
14 years ago |
Tj Holowaychuk
|
0ff539c691
|
setting up shadowColor accessors
|
14 years ago |
Tj Holowaychuk
|
62fb1299a4
|
rgba_from_string(const char *str, short *ok)
|
14 years ago |
Tj Holowaychuk
|
e2a95c9537
|
implementing color parser
|
14 years ago |
Tj Holowaychuk
|
82c8d562d6
|
fixed rgba_create()
|
14 years ago |
Tj Holowaychuk
|
13e4ecf68c
|
make g++ stop bitching
|
14 years ago |
Tj Holowaychuk
|
97c7fe6dbd
|
prep for c color parser
|
14 years ago |
Tj Holowaychuk
|
ea4b13e7ef
|
Added arcTo(). Closes #11
|
14 years ago |
Tj Holowaychuk
|
63e43a1eeb
|
Fixed some warnings
|
14 years ago |
Tj Holowaychuk
|
926dc9e911
|
Ignore putImageData() when source width/height resolve to <= 0
|
14 years ago |
Tj Holowaychuk
|
085435d416
|
Fixed segfault when sw/sh putImageData() values are to large
|
14 years ago |
Tj Holowaychuk
|
f948b10d7c
|
HasInstance() for Set{Fill,Stroke}Pattern()
|
14 years ago |
Tj Holowaychuk
|
5123c72a2d
|
More HasInstance() love
|
14 years ago |
Tj Holowaychuk
|
228aafec7e
|
Fixed constructors
|
14 years ago |
Tj Holowaychuk
|
513f2a1098
|
Added PixelArray::constructor
|
14 years ago |
Tj Holowaychuk
|
1e19b6ddb0
|
Added Context2d::constructor
|
14 years ago |
Tj Holowaychuk
|
721c5a5e5a
|
Marking dirty rect
|
14 years ago |
Tj Holowaychuk
|
f266fc3e5e
|
Fixed putImageData() src
|
14 years ago |
Tj Holowaychuk
|
d4a60bb8ab
|
More tests
|
14 years ago |
Tj Holowaychuk
|
bfa1108de9
|
More putImageData()
|
14 years ago |
Tj Holowaychuk
|
27ae323c8d
|
Fixed source x/y support for getImageData()
|
14 years ago |
Tj Holowaychuk
|
345e87319b
|
typo
|
14 years ago |
Tj Holowaychuk
|
71a6ed5c06
|
Misc refactoring of PutImageData()
|
14 years ago |