0
How can i reverse SVG shapes 270° and 360° ?
I have many questions about SVG 1.how can i make a star and control it like adding it inside a circle ? 2.how can i reverse SVG shapes 270° and 360°? 3.how can i write inside the shapes ? I tried some logos here , check them out please https://code.sololearn.com/WWKTLOUp2SOU/?ref=app
2 Antworten
+ 5
1. You can use polyline tag for doing so.
2. Refer this: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform
3. Use the text tag: https://stackoverflow.com/questions/6725288/svg-text-inside-rect
+ 1
I have use almost every tag of svg here I hope it would help you.
https://code.sololearn.com/Wb55Z8XPDZfa/?ref=app