good 4 now

This commit is contained in:
2023-02-14 15:51:51 +01:00
parent c807cf0b1a
commit 220f9f6410
2 changed files with 7424 additions and 6284 deletions

View File

@ -52,6 +52,8 @@ defmodule Mix.Tasks.Phosphoricons.Build do
end end
end end
defp supported_line?(path), defp supported_line?(path) do
do: String.starts_with?(path, "<path") || String.starts_with?(path, "<polyline") ["path", "polyline", "circle", "line", "polygon", "ellipse", "rect"]
|> Enum.any?(&String.starts_with?(path, "<#{&1}"))
end
end end

File diff suppressed because it is too large Load Diff