I search a way to add element type text in a viewBox, I know how path and shapes works but not a type text. Witch values and object it accept? Someone can help me with that?
Did you ever get any information/help on this topic?
1 Like
there should be some examples on this topic
(This is for a perspective in 8.1.15)
So I am experimenting with with custom SVGs. I created a simple button face plate that looks like this:
[Screen Shot 2022-03-23 at 3.19.11 PM]
Each line of text is a separate text element.
The contents of the SVG are:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 284 511" version="1.1" xmlns="http://ww…
viewBox is an SVG object
You have to add element type text