-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa079ee
commit 9b38d1a
Showing
9 changed files
with
1,208 additions
and
1,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path fill=\\"#f5f5f5\\" d=\\"M0 0h39.824v49.903H0z\\"></path><g aria-label=\\"P\\" style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" font-weight=\\"400\\" font-size=\\"99.751\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.399\\"><path d=\\"M14.119 34.474h5.893c4.281 0 7.547-1.214 9.798-3.642 2.251-2.428 3.377-5.826 3.377-10.196 0-4.855-1.06-8.54-3.178-11.057-2.075-2.516-5.43-3.774-10.064-3.774H6.637l-.035 34.02H0V0h39.824v39.824H14.112z\\"></path><path d=\\"M17.562 29.11c2.207 0 3.906-.242 5.098-.728 1.236-.485 2.119-1.324 2.648-2.516.53-1.191.795-2.913.795-5.164 0-2.736-.199-4.745-.596-6.025-.397-1.28-1.192-2.185-2.384-2.714-1.147-.53-2.98-.795-5.495-.795h-3.509v17.943z\\"></path></g><text style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" x=\\"43.138\\" y=\\"136.474\\" font-weight=\\"400\\" font-size=\\"6.063\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.265\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\">Dr. Pogodin Studio</tspan></text></svg>"`; | ||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path style=\\"opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\\" d=\\"M43.52 87.656h39.824v49.903H43.52z\\" transform=\\"translate(-43.52 -87.656)\\"></path><g aria-label=\\"P\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:99.75062561px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\"><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M64.837 113.732h8.878c6.45 0 11.371-1.829 14.763-5.486 3.391-3.658 5.087-8.778 5.087-15.362 0-7.315-1.596-12.868-4.788-16.658-3.126-3.79-8.18-5.686-15.162-5.686h-20.05l-.053 51.254h-9.947v-60h60v60H64.827Z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M70.024 105.652c3.325 0 5.885-.365 7.68-1.097 1.863-.731 3.193-1.995 3.99-3.79.799-1.796 1.198-4.39 1.198-7.781 0-4.123-.3-7.149-.898-9.077-.599-1.929-1.796-3.292-3.591-4.09-1.73-.798-4.489-1.197-8.28-1.197h-5.286v27.032z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path></g><text xml:space=\\"preserve\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:6.06339598px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\" x=\\"43.138\\" y=\\"136.474\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\" style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none\\">Dr. Pogodin Studio</tspan></text></svg>"`; |
2 changes: 1 addition & 1 deletion
2
__tests__/mimic-create-react-app_paths-relative-to/__snapshots__/index.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path fill=\\"#f5f5f5\\" d=\\"M0 0h39.824v49.903H0z\\"></path><g aria-label=\\"P\\" style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" font-weight=\\"400\\" font-size=\\"99.751\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.399\\"><path d=\\"M14.119 34.474h5.893c4.281 0 7.547-1.214 9.798-3.642 2.251-2.428 3.377-5.826 3.377-10.196 0-4.855-1.06-8.54-3.178-11.057-2.075-2.516-5.43-3.774-10.064-3.774H6.637l-.035 34.02H0V0h39.824v39.824H14.112z\\"></path><path d=\\"M17.562 29.11c2.207 0 3.906-.242 5.098-.728 1.236-.485 2.119-1.324 2.648-2.516.53-1.191.795-2.913.795-5.164 0-2.736-.199-4.745-.596-6.025-.397-1.28-1.192-2.185-2.384-2.714-1.147-.53-2.98-.795-5.495-.795h-3.509v17.943z\\"></path></g><text style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" x=\\"43.138\\" y=\\"136.474\\" font-weight=\\"400\\" font-size=\\"6.063\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.265\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\">Dr. Pogodin Studio</tspan></text></svg>"`; | ||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path style=\\"opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\\" d=\\"M43.52 87.656h39.824v49.903H43.52z\\" transform=\\"translate(-43.52 -87.656)\\"></path><g aria-label=\\"P\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:99.75062561px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\"><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M64.837 113.732h8.878c6.45 0 11.371-1.829 14.763-5.486 3.391-3.658 5.087-8.778 5.087-15.362 0-7.315-1.596-12.868-4.788-16.658-3.126-3.79-8.18-5.686-15.162-5.686h-20.05l-.053 51.254h-9.947v-60h60v60H64.827Z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M70.024 105.652c3.325 0 5.885-.365 7.68-1.097 1.863-.731 3.193-1.995 3.99-3.79.799-1.796 1.198-4.39 1.198-7.781 0-4.123-.3-7.149-.898-9.077-.599-1.929-1.796-3.292-3.591-4.09-1.73-.798-4.489-1.197-8.28-1.197h-5.286v27.032z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path></g><text xml:space=\\"preserve\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:6.06339598px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\" x=\\"43.138\\" y=\\"136.474\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\" style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none\\">Dr. Pogodin Studio</tspan></text></svg>"`; |
2 changes: 1 addition & 1 deletion
2
...c-create-react-app_paths-relative-to_without-prettier-plugin/__snapshots__/index.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path fill=\\"#f5f5f5\\" d=\\"M0 0h39.824v49.903H0z\\"></path><g aria-label=\\"P\\" style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" font-weight=\\"400\\" font-size=\\"99.751\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.399\\"><path d=\\"M14.119 34.474h5.893c4.281 0 7.547-1.214 9.798-3.642 2.251-2.428 3.377-5.826 3.377-10.196 0-4.855-1.06-8.54-3.178-11.057-2.075-2.516-5.43-3.774-10.064-3.774H6.637l-.035 34.02H0V0h39.824v39.824H14.112z\\"></path><path d=\\"M17.562 29.11c2.207 0 3.906-.242 5.098-.728 1.236-.485 2.119-1.324 2.648-2.516.53-1.191.795-2.913.795-5.164 0-2.736-.199-4.745-.596-6.025-.397-1.28-1.192-2.185-2.384-2.714-1.147-.53-2.98-.795-5.495-.795h-3.509v17.943z\\"></path></g><text style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" x=\\"43.138\\" y=\\"136.474\\" font-weight=\\"400\\" font-size=\\"6.063\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.265\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\">Dr. Pogodin Studio</tspan></text></svg>"`; | ||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path style=\\"opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\\" d=\\"M43.52 87.656h39.824v49.903H43.52z\\" transform=\\"translate(-43.52 -87.656)\\"></path><g aria-label=\\"P\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:99.75062561px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\"><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M64.837 113.732h8.878c6.45 0 11.371-1.829 14.763-5.486 3.391-3.658 5.087-8.778 5.087-15.362 0-7.315-1.596-12.868-4.788-16.658-3.126-3.79-8.18-5.686-15.162-5.686h-20.05l-.053 51.254h-9.947v-60h60v60H64.827Z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M70.024 105.652c3.325 0 5.885-.365 7.68-1.097 1.863-.731 3.193-1.995 3.99-3.79.799-1.796 1.198-4.39 1.198-7.781 0-4.123-.3-7.149-.898-9.077-.599-1.929-1.796-3.292-3.591-4.09-1.73-.798-4.489-1.197-8.28-1.197h-5.286v27.032z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path></g><text xml:space=\\"preserve\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:6.06339598px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\" x=\\"43.138\\" y=\\"136.474\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\" style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none\\">Dr. Pogodin Studio</tspan></text></svg>"`; |
2 changes: 1 addition & 1 deletion
2
__tests__/mimic-create-react-app_paths-transform/__snapshots__/index.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path fill=\\"#f5f5f5\\" d=\\"M0 0h39.824v49.903H0z\\"></path><g aria-label=\\"P\\" style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" font-weight=\\"400\\" font-size=\\"99.751\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.399\\"><path d=\\"M14.119 34.474h5.893c4.281 0 7.547-1.214 9.798-3.642 2.251-2.428 3.377-5.826 3.377-10.196 0-4.855-1.06-8.54-3.178-11.057-2.075-2.516-5.43-3.774-10.064-3.774H6.637l-.035 34.02H0V0h39.824v39.824H14.112z\\"></path><path d=\\"M17.562 29.11c2.207 0 3.906-.242 5.098-.728 1.236-.485 2.119-1.324 2.648-2.516.53-1.191.795-2.913.795-5.164 0-2.736-.199-4.745-.596-6.025-.397-1.28-1.192-2.185-2.384-2.714-1.147-.53-2.98-.795-5.495-.795h-3.509v17.943z\\"></path></g><text style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" x=\\"43.138\\" y=\\"136.474\\" font-weight=\\"400\\" font-size=\\"6.063\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.265\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\">Dr. Pogodin Studio</tspan></text></svg>"`; | ||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path style=\\"opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\\" d=\\"M43.52 87.656h39.824v49.903H43.52z\\" transform=\\"translate(-43.52 -87.656)\\"></path><g aria-label=\\"P\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:99.75062561px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\"><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M64.837 113.732h8.878c6.45 0 11.371-1.829 14.763-5.486 3.391-3.658 5.087-8.778 5.087-15.362 0-7.315-1.596-12.868-4.788-16.658-3.126-3.79-8.18-5.686-15.162-5.686h-20.05l-.053 51.254h-9.947v-60h60v60H64.827Z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M70.024 105.652c3.325 0 5.885-.365 7.68-1.097 1.863-.731 3.193-1.995 3.99-3.79.799-1.796 1.198-4.39 1.198-7.781 0-4.123-.3-7.149-.898-9.077-.599-1.929-1.796-3.292-3.591-4.09-1.73-.798-4.489-1.197-8.28-1.197h-5.286v27.032z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path></g><text xml:space=\\"preserve\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:6.06339598px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\" x=\\"43.138\\" y=\\"136.474\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\" style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none\\">Dr. Pogodin Studio</tspan></text></svg>"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path fill=\\"#f5f5f5\\" d=\\"M0 0h39.824v49.903H0z\\"></path><g aria-label=\\"P\\" style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" font-weight=\\"400\\" font-size=\\"99.751\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.399\\"><path d=\\"M14.119 34.474h5.893c4.281 0 7.547-1.214 9.798-3.642 2.251-2.428 3.377-5.826 3.377-10.196 0-4.855-1.06-8.54-3.178-11.057-2.075-2.516-5.43-3.774-10.064-3.774H6.637l-.035 34.02H0V0h39.824v39.824H14.112z\\"></path><path d=\\"M17.562 29.11c2.207 0 3.906-.242 5.098-.728 1.236-.485 2.119-1.324 2.648-2.516.53-1.191.795-2.913.795-5.164 0-2.736-.199-4.745-.596-6.025-.397-1.28-1.192-2.185-2.384-2.714-1.147-.53-2.98-.795-5.495-.795h-3.509v17.943z\\"></path></g><text style=\\"line-height:120.00000477%;-inkscape-font-specification:Oswald\\" x=\\"43.138\\" y=\\"136.474\\" font-weight=\\"400\\" font-size=\\"6.063\\" font-family=\\"Oswald\\" letter-spacing=\\"0\\" word-spacing=\\"0\\" fill=\\"#313131\\" stroke-width=\\"0.265\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\">Dr. Pogodin Studio</tspan></text></svg>"`; | ||
exports[`SVG import works as expected 1`] = `"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"150.517\\" height=\\"188.611\\" viewBox=\\"0 0 39.824 49.903\\" data-reactroot=\\"\\"><path style=\\"opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\\" d=\\"M43.52 87.656h39.824v49.903H43.52z\\" transform=\\"translate(-43.52 -87.656)\\"></path><g aria-label=\\"P\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:99.75062561px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\"><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M64.837 113.732h8.878c6.45 0 11.371-1.829 14.763-5.486 3.391-3.658 5.087-8.778 5.087-15.362 0-7.315-1.596-12.868-4.788-16.658-3.126-3.79-8.18-5.686-15.162-5.686h-20.05l-.053 51.254h-9.947v-60h60v60H64.827Z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path><path style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.39862508;stroke-miterlimit:4;stroke-dasharray:none\\" d=\\"M70.024 105.652c3.325 0 5.885-.365 7.68-1.097 1.863-.731 3.193-1.995 3.99-3.79.799-1.796 1.198-4.39 1.198-7.781 0-4.123-.3-7.149-.898-9.077-.599-1.929-1.796-3.292-3.591-4.09-1.73-.798-4.489-1.197-8.28-1.197h-5.286v27.032z\\" transform=\\"matrix(.66374 0 0 .66374 -28.916 -41.015)\\"></path></g><text xml:space=\\"preserve\\" style=\\"font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:6.06339598px;line-height:120.00000477%;font-family:Oswald;-inkscape-font-specification:Oswald;letter-spacing:0;word-spacing:0;fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\\" x=\\"43.138\\" y=\\"136.474\\" transform=\\"translate(-43.52 -87.656)\\"><tspan x=\\"43.138\\" y=\\"136.474\\" style=\\"fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none\\">Dr. Pogodin Studio</tspan></text></svg>"`; |
Oops, something went wrong.