X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fdebug-visual.md;h=47aac92261db7e9338ed3692a9d8dc41621bd639;hp=2b7f142b2db859653ba81f895da8652ead3ecf5d;hb=11ed6421771d05113ae1a6510167d8c2557ac20e;hpb=4ee66864e6f96d6de8c4f0b8beed439c0f3508d1 diff --git a/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md b/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md index 2b7f142..47aac92 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md +++ b/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md @@ -1,11 +1,11 @@ -# Debug Renderer {#debugvisual} +# Debug Visual {#debugvisual} ## Enable debug rendering -Setting DALI_DEBUG_RENDERING environment variable will enable the renderer debuging. +Setting DALI_DEBUG_RENDERING environment variable will enable the visual debuging. Then, every concrete visual ( ColorVisual, BorderVisual, ImageVisual, GradientVisual, etc. ) is replaced with a DebugVisual object. Debug visual renders a simple quad wireframe, so that the control layout and scene structure is clearly displayed.