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

SVG doesn't transform #12842

Open
1 task
dreamstar-enterprises opened this issue Dec 27, 2024 · 2 comments
Open
1 task

SVG doesn't transform #12842

dreamstar-enterprises opened this issue Dec 27, 2024 · 2 comments
Labels
needs triage Issue needs to be triaged

Comments

@dreamstar-enterprises
Copy link

Astro Info

npm view astro version
5.1.1

The command 'astro info' does not work for me on a mac!

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

does not flip the direction of a chevron

import Chevron from "../assets/svgs/chevron.svg"; 
<Chevron class="h-4 w-4 -scale-y-1"/>

What's the expected result?

should do tranform

Link to Minimal Reproducible Example

https://stackexamplegivenabove

Participation

  • I am willing to submit a pull request for this issue.
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Dec 27, 2024
@wildfiremedia
Copy link

npx astro info we use npx.

@dreamstar-enterprises
Copy link
Author

Ok, but the bug is still there.
-scale-y-1 does not work. (but rotate-180 does!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants