0
What's wrong with my code? I want to create a rectangle and a circle, and another question is how I put text into an avg object?
svg, text, shapes
2 odpowiedzi
+ 2
Your code works as expected: you define two svg containers, with big sizes, so you must scroll down the page to see you second shape...
You need to place shapes in once svg container if you want draw them together ^^
Text is a shape available as svg element...
Check this code to see how: https://code.sololearn.com/WOrLOi09pA1s/?ref=app ( not necessary to put a background image, obviously ;) )
0
oh thank you,I've found my circle, lol