Skip to content

Commit

Permalink
test: refine TextPath test case
Browse files Browse the repository at this point in the history
Co-authored-by: jcdahuzi <[email protected]>
  • Loading branch information
JCdahuzi and jcdahuzi authored Aug 23, 2024
1 parent 537dde6 commit fe170b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tester/svgDemoCases/components/TextPath.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function () {
>
<View style={{
borderWidth: 1,
width: 100,
height: 100
width: 150,
height: 150
}}
>
<Svg viewBox="0 0 100 100">
Expand All @@ -39,8 +39,8 @@ export default function () {
>
<View style={{
borderWidth: 1,
width: 100,
height: 100
width: 150,
height: 150
}}
>
<Svg viewBox="0 0 100 100">
Expand All @@ -64,8 +64,8 @@ export default function () {
>
<View style={{
borderWidth: 1,
width: 100,
height: 100
width: 150,
height: 150
}}
>
<Svg viewBox="0 0 100 100">
Expand Down

0 comments on commit fe170b6

Please sign in to comment.