X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fimage.js;h=f9ef313cec8a68f853d9658ad4a50d67a8d81b6c;hp=5d06d3ebd89943e4a5ad5e96080a3f317029f8cb;hb=2d5d28f89d92f5a7db5bd84f39ce0c5dbc74508d;hpb=928136dbb9e23970f3894eabc7c8b224003b77be diff --git a/plugins/dali-script-v8/docs/content/image.js b/plugins/dali-script-v8/docs/content/image.js index 5d06d3e..f9ef313 100644 --- a/plugins/dali-script-v8/docs/content/image.js +++ b/plugins/dali-script-v8/docs/content/image.js @@ -58,17 +58,17 @@ var borderNinePatch = new dali.ResourceImage( {url:"border.9.png"} ); var image = new dali.NinePatchImage( {url:"my_image.png"}) ``` The nine patch image will scale automatically with the size of the actor. - + Tool for making 9 patches - + http://romannurik.github.io/AndroidAssetStudio/nine-patches.html - + More information on them: - + http://radleymarx.com/blog/simple-guide-to-9-patch/ - + http://developer.android.com/tools/help/draw9patch.html - + @class Image