X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fdebug-visual.md;h=47aac92261db7e9338ed3692a9d8dc41621bd639;hb=a4b80df518caf5a007dc7365c65844b8b327ab8a;hp=588f04617da311cd80ae962d3eea3928c9977ec0;hpb=a7257c65b5ea875bf27ce7b7f1387559aa359c20;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 588f046..47aac92 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 debugging. +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.