Answer the question
In order to leave comments, you need to log in
How to adapt svg?
Hello, I have a problem with svg. When the screen is reduced, svg goes beyond html and the layout breaks, in what ways can this svg be adapted. All svg adapts or still depends on their rendering.
Here is the svg itself Tyk
Answer the question
In order to leave comments, you need to log in
Just like the others.
Let's say you can start with a parent and width constraint, conditionally:
svg {
max-width: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question