X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fdebug-visual.md;h=588f04617da311cd80ae962d3eea3928c9977ec0;hb=30d4771a0e8439a976ca95647e655b7fa5796462;hp=2b7f142b2db859653ba81f895da8652ead3ecf5d;hpb=805ae527fca54726f894fb9936c288c7c0f7dbe7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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..588f046 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 debugging. 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.