Skip to content

Commit

Permalink
remove //zsviczian comment from image.ts since the change was accepte…
Browse files Browse the repository at this point in the history
…d as a PR in the master branch
  • Loading branch information
zsviczian committed Dec 23, 2024
1 parent 2c458c2 commit 8bf77b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/excalidraw/element/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const normalizeSVG = (SVGString: string) => {
height = height || "50";

if (viewBox) {
const match = viewBox.match( //zsviczian
const match = viewBox.match(
/\d+ +\d+ +(\d+(?:\.\d+)?) +(\d+(?:\.\d+)?)/,
);
if (match) {
Expand Down

0 comments on commit 8bf77b8

Please sign in to comment.