ivands

Results 19 comments of ivands

Resizable svg's for the win. Please add it.

Here is an article about the svg use tag. https://tympanus.net/codrops/2015/07/16/styling-svg-use-content-css/ And here is an article about using the svg use tag with an external source. https://css-tricks.com/svg-use-external-source/ Basically, you just need...

So when will this patch be merged? This bug is really annoying.

+1 please add this fast ;D

When testing sveltekit on localhost with an API on example.com this will now throw an error. Is there a way stop simulating the error for localhost?

I can confirm. This is an issue. Hope it will be fixed soon.

Same problem. Why does this happen?

The stores inside Svelte are just normal JS. The reason we have "magic" in Svelte files is that the Svelte compiler only parses Svelte files. We probably don't want "magic"...