remove clip-path CSS directive

It had no effect except Inkscape returning with status code 1.
This commit is contained in:
Michael Reichert 2019-09-19 21:24:54 +02:00
parent 7e4e74af83
commit f70a29ca95
3 changed files with 0 additions and 24 deletions

View file

@ -53,10 +53,6 @@
fill: #d73534;
}
.g {
clip-path: url(#b);
}
.h {
stroke: url(#c);
}
@ -65,10 +61,6 @@
fill: #999696;
}
.j {
clip-path: url(#e);
}
.k {
fill: #333;
}

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -53,10 +53,6 @@
fill: #d73534;
}
.g {
clip-path: url(#b);
}
.h {
stroke: url(#c);
}
@ -65,10 +61,6 @@
fill: #999696;
}
.j {
clip-path: url(#e);
}
.k {
fill: #333;
}

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View file

@ -53,10 +53,6 @@
fill: #d73534;
}
.g {
clip-path: url(#b);
}
.h {
stroke: url(#c);
}
@ -65,10 +61,6 @@
fill: #999696;
}
.j {
clip-path: url(#e);
}
.k {
fill: #333;
}

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB