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
|
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
|
6a53403dd0
|
NumberValue() for lineTo / moveTo
|
14 years ago |
Tj Holowaychuk
|
7df745fac8
|
Fixed isPointInPath(), take stroke into account
|
14 years ago |
Tj Holowaychuk
|
55da9f3dd7
|
Renamed source files
|
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
|
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
|
15 years ago |
Tj Holowaychuk
|
5a147368c5
|
Added shadowOffset{Y,X} accessors
|
15 years ago |
Tj Holowaychuk
|
0a12195647
|
Added shadowColor accessor
|
15 years ago |
Tj Holowaychuk
|
bba08890c3
|
Added isPointInPath() tests
|
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
|
884715c153
|
rect optimizations
|
15 years ago |
Tj Holowaychuk
|
55017976e9
|
Fixed miterLimit setter, ignores <= 0
|
15 years ago |
Tj Holowaychuk
|
fb95c0bf25
|
Fixed lineWidth setter, ignores <= 0
|
15 years ago |
Tj Holowaychuk
|
3afc9851ce
|
globalAlpha ignored when < 0 or > 1
|
15 years ago |
Tj Holowaychuk
|
40da312c5e
|
Context2d -> CanvasRenderingContext2d
|
15 years ago |
Tj Holowaychuk
|
d6d4c7b134
|
Fixed gradients
|
15 years ago |
Tj Holowaychuk
|
97b6730052
|
Added Context2d::SetSource()
|
15 years ago |
Tj Holowaychuk
|
6ecdcec101
|
Added Gradient#AddColorStopRGBA()
|
15 years ago |
Tj Holowaychuk
|
962ee6769a
|
Fixed a few destination operators
|
15 years ago |
Tj Holowaychuk
|
6eb962332b
|
Added "lighter" operator
|
15 years ago |
Tj Holowaychuk
|
d21b259d15
|
Implemented globalCompositionOperation
|
15 years ago |
Tj Holowaychuk
|
8bc16f3fb2
|
Prepping globalCompositeOperation
|
15 years ago |
Tj Holowaychuk
|
e0bed743ab
|
Implemented globalAlpha
|
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
|
ba72a420ec
|
arc() no longer throws
|
15 years ago |
Tj Holowaychuk
|
3fea22db2c
|
Misc refactoring
|
15 years ago |
Tj Holowaychuk
|
b58d2ead99
|
Bezier curve args should not throw
|
15 years ago |