mhanberg / temple

An HTML DSL for Elixir and Phoenix
MIT License
485 stars 19 forks source link

path tag nested #236

Closed ibnteo closed 1 month ago

ibnteo commented 1 month ago
svg do
  path d: "..."
  path d: "..."
end

generated the following code:

<svg><path d="..."><path d="..."></path></path></svg>

the same problem with circle and other tags

mhanberg commented 1 month ago

I can't reproduce

CleanShot 2024-09-26 at 10 24 35@2x