Skip to content
Advertisement

how to increase width of svg path in css or inline

i have map svg of time zone but the size of time zone location is very small I want to increase the size of every time zone location

width minimum 400px; height minimum 300px;

here is a SVG code its some part of code

JavaScript

here is the current size of every time zone location it is very little size

size of svg time zone location

how to increase size of every path by id or class

JavaScript

every location of time zone look clear on screen

Advertisement

Answer

Here you can find an example of what you’re trying to achieve.

They use the stroke-width property:

SVG stroke-width Property: The stroke-width property defines the thickness of a line, text or outline of an element

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement