X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fsvg%2Fsvg-renderer.h;h=5481d217ce9cee7edf1aae102607c73cdf561d3b;hp=2c20ba1ff6266269451b3c0b2d9df5d856d5589d;hb=8a358acc76e2d526e5ce16a048592e7c944d6a7d;hpb=301d5a88d13f48dd5220fbcb21231ce4516f313f diff --git a/dali-toolkit/internal/controls/renderers/svg/svg-renderer.h b/dali-toolkit/internal/controls/renderers/svg/svg-renderer.h index 2c20ba1..5481d21 100644 --- a/dali-toolkit/internal/controls/renderers/svg/svg-renderer.h +++ b/dali-toolkit/internal/controls/renderers/svg/svg-renderer.h @@ -40,7 +40,7 @@ namespace Internal * * | %Property Name | Type | * |--------------------------|------------------| - * | imageUrl | STRING | + * | url | STRING | * */ class SvgRenderer: public ControlRenderer @@ -117,11 +117,11 @@ public: * * @param[in] rasterizedPixelData The pixel buffer with the rasterized pixels */ - void ApplyRasterizedImage( PixelDataPtr rasterizedPixelData ); + void ApplyRasterizedImage( PixelData rasterizedPixelData ); private: /** - * @bried Rasterize the svg with the given size, and add it to the material. + * @bried Rasterize the svg with the given size, and add it to the renderer. * * @param[in] size The target size of the SVG rasterization. */