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=c79b04f0721d996bed21d5b034c506e309677527;hp=47aac92261db7e9338ed3692a9d8dc41621bd639;hpb=11ed6421771d05113ae1a6510167d8c2557ac20e;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 47aac92..588f046 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md +++ b/docs/content/shared-javascript-and-cpp-documentation/debug-visual.md @@ -5,7 +5,7 @@ ## Enable debug rendering -Setting DALI_DEBUG_RENDERING environment variable will enable the visual 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.