Skip to content

fix: scale with one parameter#51

Open
blackvladimir wants to merge 1 commit intosrwiley:masterfrom
blackvladimir:master
Open

fix: scale with one parameter#51
blackvladimir wants to merge 1 commit intosrwiley:masterfrom
blackvladimir:master

Conversation

@blackvladimir
Copy link
Copy Markdown

This image did not work:

<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90" fill="none">
    <g transform="scale(2)">
        <circle cx="16" cy="15" r="11" fill="#000000"/>
    </g>
</svg>

SVG specification:

The scale(<x> [<y>]) transform function specifies a scale operation by x and y. If y is not provided, it is assumed to be equal to x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant