X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fimage.js;h=f9ef313cec8a68f853d9658ad4a50d67a8d81b6c;hb=6a1e5b837622d06f6cd69dc660cd11d23f7153ba;hp=5d06d3ebd89943e4a5ad5e96080a3f317029f8cb;hpb=e8efa9549ccedae5b8377c9eb331aa8392895879;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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