mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Merge branch 'svg-rendering'
This commit is contained in:
commit
ae40198106
@ -93,7 +93,7 @@ bool SvgFormat::onSave(FileOp* fop)
|
||||
fprintf(f, "/>\n");
|
||||
};
|
||||
fprintf(f, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
|
||||
fprintf(f, "<svg version=\"1.1\" width=\"%d\" height=\"%d\" xmlns=\"http://www.w3.org/2000/svg\">\n",
|
||||
fprintf(f, "<svg version=\"1.1\" width=\"%d\" height=\"%d\" xmlns=\"http://www.w3.org/2000/svg\" shape-rendering=\"crispEdges\">\n",
|
||||
image->width()*pixelScaleValue, image->height()*pixelScaleValue);
|
||||
|
||||
switch (image->pixelFormat()) {
|
||||
|
Loading…
Reference in New Issue
Block a user