Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotated SVG Paths could not be edited #390

Open
jogibear9988 opened this issue Dec 11, 2023 · 0 comments
Open

Rotated SVG Paths could not be edited #390

jogibear9988 opened this issue Dec 11, 2023 · 0 comments

Comments

@jogibear9988
Copy link
Member

sample code:

    <svg width="395" height="110" id="Animation Heizkreise" style="position:absolute;left:623px;top:142.452px;transform:rotate(-90deg);">
        <defs>
            <linearGradient id="MyGradientFullFBH" x1="0%" y1="0%" x2="0%" y2="100%">
                <stop offset="0%" stop-color="red"></stop>
                <stop offset="50%" stop-color="lightblue"></stop>
                <stop offset="100%" stop-color="#0101DF"></stop>
            </linearGradient>
        </defs>
        <g transform="scale(1)">
            <g>
                <path d=" M255,10 L320,10
                                              A10,10 0 0,0 320,10 
                                              A10,10 0 0,0 320,10 l50 0
                                              A10,10 0 1,1 370,39 l-50 0
                                              A10,10 0 0,0 320,61 l50 0
                                              A10,10 0 1,1 370,90 l-300 0
                                           " fill="none" stroke-width="8" stroke-dasharray="15 5" stroke="url(#MyGradientFullFBH)" bind-class:loading="0_userdata.0.testbool"></path>
                <defs>
                    <linearGradient id="MyGradientFull1FBH" x1="0%" y1="0%" x2="0%" y2="100%">
                        <stop offset="0%" stop-color="red"></stop>
                        <stop offset="100%" stop-color="darkred"></stop>
                    </linearGradient>
                </defs>
            </g>
        </g>
    </svg>
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

No branches or pull requests

1 participant