You can’t draw in Z direction in SVG - - Can you? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

You can’t draw in Z direction in SVG - - Can you?

I can rotate the things I made through svg using css if necessary. but can we draw Z direction in SVG?

12th Jan 2020, 10:31 AM
Ginfio
Ginfio - avatar
1 Answer
0
SVG is only for 2D graphics. Use canvas with webgl instead.
12th Jan 2020, 12:13 PM
Calin Onofrei
Calin Onofrei - avatar