mirror of https://github.com/sveltejs/svelte
compiler: text util: preserve space after svg <tspan> tags (#4107)
parent
c0dab9fefb
commit
f287736ee8
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
html: `<svg><text x=0 y=50><tspan>foo</tspan> bar<tspan>foo</tspan> bar</text></svg>`,
|
||||||
|
};
|
After Width: | Height: | Size: 81 B |
Loading…
Reference in new issue