255 Commits (2f30100307c5bd47364525454bcb574c99529718)

Author SHA1 Message Date
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
Tj Holowaychuk 230611991c Added globalAlpha getter/setter 14 years ago
Tj Holowaychuk c2c26ec37c Fixed color support 14 years ago
Tj Holowaychuk c48fc469b3 Added transform() 14 years ago
Tj Holowaychuk ba72a420ec arc() no longer throws 14 years ago
Tj Holowaychuk 3fea22db2c Misc refactoring 14 years ago
Tj Holowaychuk b58d2ead99 Bezier curve args should not throw 14 years ago
Tj Holowaychuk bf8f3a76bd rect args shouldnt throw 14 years ago
Tj Holowaychuk ada62e7173 Doc typo 14 years ago
Tj Holowaychuk 76205f461a Default lineWidth to 1 14 years ago
Tj Holowaychuk 757d4968bc Added scale() 14 years ago
Tj Holowaychuk ed85e434a0 Defaulting rotate() / translate() 14 years ago
Tj Holowaychuk a37b6eac6a Added rotate() / translate() 14 years ago
Tj Holowaychuk 72a762627e Added save() / restore() 14 years ago
Tj Holowaychuk 8434394dc6 Added Canvas#rect() 14 years ago
Tj Holowaychuk d3c75234f7 Added miterLimit accessor 14 years ago
Tj Holowaychuk 2c2e20d807 Added lineJoin accessor 14 years ago
Tj Holowaychuk 1119ad88e5 Added lineCap accessor 14 years ago
Tj Holowaychuk aae9de3109 Added lineWidth accessor 14 years ago
Tj Holowaychuk c35c4fff42 Fixed alpha channel 14 years ago
Tj Holowaychuk e1fa13247f Implemented SET_SOURCE_RGBA 14 years ago
Tj Holowaychuk a65f24b2d6 Added SET_SOURCE_RGBA 14 years ago
Tj Holowaychuk 20c2451b18 Typo 14 years ago
Tj Holowaychuk 6caa431682 Defaulting stroke / fill styles to rgba(0,0,0,1) 14 years ago
Tj Holowaychuk 0d30df6ae4 Separated fill / stroke style 14 years ago
Tj Holowaychuk e224b70246 Added RGBA_ARGS 14 years ago