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

IconBase: support all valid svg props #4

Open
AnxiousDarkly opened this issue Aug 6, 2019 · 0 comments
Open

IconBase: support all valid svg props #4

AnxiousDarkly opened this issue Aug 6, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request package

Comments

@AnxiousDarkly
Copy link
Collaborator

AnxiousDarkly commented Aug 6, 2019

so there are two issues blocking this from working properly, the first is that spreading props directly via $$props does not work, resulting in a read-only error:

Cannot assign to read only property '[insert propery name]' of object '#<SVGImageElement>

the second is that svelte does not support passing scoped class selectors to children, see: sveltejs/svelte#2870

@AnxiousDarkly AnxiousDarkly added enhancement New feature or request package labels Aug 6, 2019
@AnxiousDarkly AnxiousDarkly self-assigned this Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package
Projects
None yet
Development

No branches or pull requests

1 participant