Skip to content

Commit 8baeba5

Browse files
KTibowclaude
andcommitted
test: add test case for t command handling
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 151aaec commit 8baeba5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Should convert t commands to l when previous command is not quadratic.
2+
Should convert t->t sequences to l->q properly.
3+
4+
===
5+
6+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
7+
<path d="M10 10t20 0t20 20"/>
8+
</svg>
9+
10+
@@@
11+
12+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
13+
<path d="M10 10h20q20 0 20 20"/>
14+
</svg>

0 commit comments

Comments
 (0)