Reverted patch.
diff --git a/MagickCore/property.c b/MagickCore/property.c
index 93c2bd9..6dd8148 100644
--- a/MagickCore/property.c
+++ b/MagickCore/property.c
@@ -2046,7 +2046,7 @@
"<svg xmlns=\"http://www.w3.org/2000/svg\""
" width=\"%.20g\" height=\"%.20g\">\n"
"<g>\n"
- "<path fill-rule=\"evenodd\" style=\"fill:#000000ff;stroke:#000000ff;"
+ "<path fill-rule=\"evenodd\" style=\"fill:#000000;stroke:#000000;"
"stroke-width:0;stroke-antialiasing:false\" d=\"\n"),(double) columns,
(double) rows);
(void) ConcatenateString(&path,message);