fixing export error with image tag with hack
This commit is contained in:
@@ -286,7 +286,7 @@ public class ExporterFactory {
|
||||
|
||||
// Add namespace...
|
||||
result = result.replaceFirst("<svg ", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" ");
|
||||
|
||||
result = result.replaceAll("/<image([^>]+)//?>/", "<image$1></image>");
|
||||
return result.toCharArray();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user