diff --git a/README.md b/README.md index 573b07e..2b6602d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ export class DrawingPadExample { ## Attributes -**penColor - (color string)** - *optional* +**penColor - (Color)** - *optional* Attribute to specify the pen (stroke) color to use. @@ -138,8 +138,9 @@ Attribute to specify the pen (stroke) width to use. **clearDrawing()** - clears the drawing from the DrawingPad view. +**getDrawingSvg()** - Promise (returns a Scalable Vector Graphics document) + #### *Android Only* - **getTransparentDrawing()** - Promise (returns a bitmap with a transparent background) -- **getDrawingSvg()** - Promise (returns a Scalable Vector Graphics document) diff --git a/demo/app/app.css b/demo/app/app.css index 9589bc9..757be6e 100644 --- a/demo/app/app.css +++ b/demo/app/app.css @@ -6,6 +6,8 @@ Button { horizontal-align: center; + font-size: 18; + margin-left: 5 } .red { diff --git a/demo/app/main-page.xml b/demo/app/main-page.xml index a61ba67..800edf3 100644 --- a/demo/app/main-page.xml +++ b/demo/app/main-page.xml @@ -6,7 +6,10 @@ -