initial border-radius rendering

This commit is contained in:
Niklas von Hertzen
2013-01-02 21:26:24 +02:00
parent 42abcfe5fc
commit bb73d3c15e
3 changed files with 273 additions and 82 deletions

View File

@@ -34,6 +34,12 @@ function h2cRenderContext(width, height) {
'arguments': arguments
});
},
arcTo: function() {
shape.push({
name: "arcTo",
'arguments': arguments
});
},
bezierCurveTo: function() {
shape.push({
name: "bezierCurveTo",