Tj Holowaychuk
|
a8202da8d8
|
Added Context2d::shadow()
|
14 years ago |
Tj Holowaychuk
|
09f49e7dc3
|
Removed SET_SOURCE_RGBA macro
|
14 years ago |
Tj Holowaychuk
|
67d48f9499
|
Refactored StrokeRect()
|
14 years ago |
Tj Holowaychuk
|
5d4ec3e608
|
Setting shadow source RGBA in shadowStart()
|
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
|
face951553
|
FillRect() shadow support
|
14 years ago |
Tj Holowaychuk
|
337aa35e7a
|
Painting shadow to a different context
|
14 years ago |
Tj Holowaychuk
|
d69e8e5bb2
|
Misc refactor of Context2d::SetFont()
|
14 years ago |
Tj Holowaychuk
|
7669f81a6c
|
Defaulting sans-serif to Arial
|
14 years ago |
Don Park
|
21d0f2c727
|
node v0.3 support
|
14 years ago |
Tj Holowaychuk
|
09f5278e1c
|
Removed shadow from stroke() for now
|
14 years ago |
Tj Holowaychuk
|
63e4a4b3df
|
Misc
|
14 years ago |
Tj Holowaychuk
|
86837dbecc
|
Added Context2d::{save,restore}()
|
14 years ago |
Tj Holowaychuk
|
6bb49cb66d
|
Ignore blur when shadowBlur == 0
|
14 years ago |
Tj Holowaychuk
|
6d75f5ab30
|
Fixed SetShadowBlur()
|
14 years ago |
Tj Holowaychuk
|
47dc9377d8
|
Fixed Context2d::hasShadow()
|
14 years ago |
Tj Holowaychuk
|
9288163aeb
|
Initialize shadowColor as rgba(0,0,0,0)
|
14 years ago |
Tj Holowaychuk
|
14a6e3a0b4
|
Refactored shadowing
|
14 years ago |
Tj Holowaychuk
|
c8e273bc4e
|
Faster FillRect()
|
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
|
c058851a5e
|
Added Canvas::blur()
will add a better implementation later when I have time
|
14 years ago |
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 |