Closed quimt closed 3 months ago
Describe the bug š Two things are happening:
To Reproduce šØāš¬
let A = buildHtml: tSvg(viewBox="0 0 240 80"): ttText(x="35",y="20", style="fill: black;"): "A: Anyone Here?"
let B = buildHtml: tSvg(viewBox="0 0 240 80"): tText(x="35",y="20", style="fill: black;"): "B: Anyone Here?"
let C = buildHtml: tSvg(viewBox="0 0 240 80"): text(x="35",y="20", style= "fill: black;"): "C: Anyone Here?"
appRoutes("ROOT"): "/": {$A} {A} {$B} {B} {$C} {C}
Expected behavior š¤ We'd normally expect B and C to produce valid svg given how we expect an extra 't' to work on tags in the SPA
Only A does instead. Even though the string value indicates A produces valid svg, it fails to render anything.
Screenshots š¼
Please complete the following information š spa, current head version, 4.4.1
Solved in the next commit
Describe the bug š Two things are happening:
To Reproduce šØāš¬
let A = buildHtml: tSvg(viewBox="0 0 240 80"): ttText(x="35",y="20", style="fill: black;"): "A: Anyone Here?"
let B = buildHtml: tSvg(viewBox="0 0 240 80"): tText(x="35",y="20", style="fill: black;"): "B: Anyone Here?"
let C = buildHtml: tSvg(viewBox="0 0 240 80"): text(x="35",y="20", style= "fill: black;"): "C: Anyone Here?"
appRoutes("ROOT"): "/": {$A} {A} {$B} {B} {$C} {C}
Expected behavior š¤ We'd normally expect B and C to produce valid svg given how we expect an extra 't' to work on tags in the SPA
Only A does instead. Even though the string value indicates A produces valid svg, it fails to render anything.
Screenshots š¼
Please complete the following information š spa, current head version, 4.4.1