Jump to content
You must now use your email address to sign in [click for more info] ×

Recommended Posts

I have a situation where I create an svg in affinity designer, and then I have to modify some of the resulting svg plaintext by hand.

I would then like to open the exported svg into designer, make some changes and then save it out to the same file.

 

The primary issue I'm having is that if I export a new svg, all of my edits are gone.

Is there some way to modify an svg and leave all of the elements I don't touch alone?

Link to comment
Share on other sites

  • Staff

Hi Saivan,

 

If possible could you provide the file in question and list the elements that have gone missing?

 

Thanks

Callum

Please tag me using @ in your reply so I can be sure to respond ASAP.

Link to comment
Share on other sites

I suppose then this begs a different question. Is there a way to save an svg that I imported after changing it?

 

For example, the most common thing that gets me is the text handling. If I have a text element with a text-anchor set,

if I import it into designer, and export it again; the text anchor disappears.

Then theres class names, and pretty much any feature that designer doesn't natively export.

 

Link to comment
Share on other sites

All apps that export SVG will have variations on the SVG theme, some using things like polyline others using polygon etc. There are also SVG optimisation apps and command line that will strip things like metadata and compress code to get smaller files. Affinity Designer exports different code to say Sketch, and both export slightly differently to Inkscape, the only options are to manually edit to your desired code or find an app that will give you as near as damn it the code you need.

 

Wouldn't it be nice if you could specify the tags you would like to use when exporting to SVG, how very modern would that be.

 

 

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

I agree that all of the apps might export differently, but just like you can import a jpeg, make changes to the jpeg and save the file out to a jpeg; I'd expect the same thing to work for an svg. If I hand write an svg, it would be nice to open it with designer, change the color of a line and then export it without completely changing my code :P It just makes working with svgs very difficult if you can't do that.

 

Because if I need to author content for the web, I will need to modify the svg that comes out of designer in some way,

then I'm asked to change something with the visual style, so its back to designer, change all the tags, export again, make all changes again.

It just makes it impossible to have designer as part of a workflow.

Link to comment
Share on other sites

Do you have a file we can look at?

 

I assume you have tried all of the SVG export options, like export for web?

 

There's a lot to be said for hand coding...

<svg height="100%" width="100%">
  <circle cx="105" cy="105" r="100" stroke="black" stroke-width="5" style="fill:#ff6b00;" />
</svg>

vs

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><circle cx="100" cy="100" r="100" style="fill:#ff6b00;"/><path d="M100.323,0.001l0.323,0.001l0.323,0.003l0.323,0.003l0.322,0.005l0.322,0.005l0.322,0.007l0.321,0.008l0.322,0.008l0.321,0.01l0.321,0.011l0.32,0.011l0.32,0.013l0.32,0.014l0.32,0.015l0.32,0.015l0.319,0.017l0.319,0.018l0.319,0.018l0.318,0.02l0.318,0.021l0.318,0.021l0.318,0.023l0.317,0.024l0.317,0.024l0.317,0.026l0.317,0.027l0.316,0.027l0.316,0.029l0.316,0.03l0.315,0.03l0.315,0.032l0.315,0.032l0.315,0.034l0.314,0.034l0.314,0.036l0.314,0.036l0.313,0.037l0.313,0.039l0.313,0.039l0.312,0.04l0.313,0.042l0.312,0.042l0.311,0.043l0.311,0.044l0.311,0.045l0.311,0.046l0.31,0.047l0.311,0.048l0.309,0.049l0.31,0.05l0.309,0.051l0.309,0.051l0.308,0.053l0.308,0.054l0.308,0.054l0.308,0.056l0.307,0.056l0.307,0.057l0.306,0.059l0.306,0.059l0.306,0.06l0.306,0.061l0.305,0.062l0.305,0.063l0.304,0.064l0.304,0.065l0.304,0.066l0.304,0.066l0.303,0.068l0.303,0.068l0.302,0.07l0.302,0.07l0.302,0.071l0.301,0.072l0.302,0.073l0.3,0.074l0.301,0.075l0.3,0.076l0.299,0.077l0.299,0.077l0.299,0.079l0.299,0.079l0.298,0.08l0.298,0.081l0.297,0.082l0.297,0.083l0.297,0.084l0.296,0.085l0.296,0.086l0.296,0.086l0.295,0.088l0.295,0.088l0.294,0.089l0.295,0.09l0.293,0.091l0.294,0.092l0.292,0.092l0.293,0.094l0.292,0.094l0.292,0.096l0.291,0.096l0.291,0.097l0.291,0.098l0.29,0.099l0.29,0.099l0.289,0.101l0.289,0.101l0.288,0.102l0.288,0.103l0.288,0.104l0.288,0.105l0.286,0.106l0.287,0.106l0.286,0.108l0.286,0.108l0.285,0.109l0.285,0.11l0.284,0.11l0.284,0.112l0.284,0.112l0.283,0.114l0.283,0.114l0.282,0.115l0.282,0.115l0.281,0.117l0.281,0.117l0.281,0.119l0.28,0.119l0.28,0.12l0.279,0.12l0.279,0.122l0.278,0.122l0.278,0.124l0.278,0.124l0.277,0.124l0.276,0.126l0.277,0.127l0.275,0.127l0.276,0.128l0.274,0.129l0.275,0.13l0.274,0.13l0.273,0.131l0.273,0.133l0.273,0.132l0.272,0.134l0.271,0.135l0.271,0.135l0.271,0.136l0.27,0.137l0.27,0.138l0.269,0.138l0.269,0.14l0.268,0.14l0.268,0.141l0.267,0.141l0.267,0.143l0.267,0.143l0.266,0.144l0.265,0.145l0.265,0.145l0.264,0.147l0.264,0.147l0.264,0.148l0.263,0.148l0.262,0.15l0.262,0.15l0.262,0.151l0.261,0.152l0.26,0.152l0.26,0.153l0.26,0.154l0.259,0.155l0.258,0.156l0.258,0.156l0.258,0.157l0.257,0.158l0.256,0.158l0.256,0.16l0.255,0.16l0.255,0.16l0.255,0.162l0.254,0.162l0.253,0.163l0.253,0.164l0.252,0.165l0.252,0.165l0.251,0.166l0.251,0.167l0.25,0.167l0.25,0.168l0.249,0.169l0.248,0.17l0.248,0.17l0.248,0.171l0.247,0.172l0.246,0.173l0.246,0.173l0.246,0.174l0.244,0.174l0.245,0.176l0.243,0.176l0.244,0.177l0.242,0.177l0.242,0.179l0.242,0.179l0.241,0.179l0.24,0.181l0.24,0.181l0.239,0.182l0.239,0.182l0.238,0.183l0.238,0.184l0.237,0.185l0.236,0.185l0.236,0.186l0.235,0.187l0.235,0.187l0.234,0.188l0.234,0.189l0.233,0.189l0.232,0.19l0.232,0.191l0.231,0.192l0.231,0.192l0.23,0.193l0.229,0.193l0.229,0.194l0.229,0.195l0.227,0.196l0.228,0.196l0.226,0.197l0.226,0.197l0.225,0.198l0.225,0.199l0.224,0.2l0.224,0.2l0.223,0.201l0.222,0.201l0.222,0.202l0.221,0.203l0.22,0.204l0.22,0.204l0.22,0.204l0.218,0.206l0.218,0.206l0.218,0.207l0.217,0.207l0.216,0.208l0.215,0.209l0.215,0.209l0.215,0.21l0.213,0.21l0.213,0.211l0.213,0.212l0.212,0.213l0.211,0.213l0.21,0.213l0.21,0.215l0.209,0.215l0.209,0.215l0.208,0.216l0.207,0.217l0.207,0.218l0.206,0.218l0.206,0.218l0.204,0.22l0.204,0.22l0.204,0.22l0.203,0.221l0.202,0.222l0.201,0.222l0.201,0.223l0.2,0.224l0.2,0.224l0.199,0.225l0.198,0.225l0.197,0.226l0.197,0.226l0.196,0.228l0.196,0.227l0.195,0.229l0.194,0.229l0.193,0.229l0.193,0.23l0.192,0.231l0.192,0.231l0.191,0.232l0.19,0.232l0.189,0.233l0.189,0.234l0.188,0.234l0.187,0.235l0.187,0.235l0.186,0.236l0.185,0.236l0.185,0.237l0.184,0.238l0.183,0.238l0.182,0.239l0.182,0.239l0.181,0.24l0.181,0.24l0.179,0.241l0.179,0.242l0.179,0.242l0.177,0.242l0.177,0.244l0.176,0.243l0.176,0.245l0.174,0.244l0.174,0.246l0.173,0.246l0.173,0.246l0.172,0.247l0.171,0.248l0.17,0.248l0.17,0.248l0.169,0.249l0.168,0.25l0.167,0.25l0.167,0.251l0.166,0.251l0.165,0.252l0.165,0.252l0.164,0.253l0.163,0.253l0.162,0.254l0.162,0.255l0.16,0.255l0.16,0.255l0.16,0.256l0.158,0.256l0.158,0.257l0.157,0.258l0.156,0.258l0.156,0.258l0.155,0.259l0.154,0.26l0.153,0.26l0.152,0.26l0.152,0.261l0.151,0.262l0.15,0.262l0.15,0.262l0.148,0.263l0.148,0.264l0.147,0.264l0.147,0.264l0.145,0.265l0.145,0.265l0.144,0.266l0.143,0.267l0.143,0.267l0.141,0.267l0.141,0.268l0.14,0.268l0.14,0.269l0.138,0.269l0.138,0.27l0.137,0.27l0.136,0.271l0.135,0.271l0.135,0.271l0.134,0.272l0.132,0.273l0.133,0.273l0.131,0.273l0.13,0.274l0.13,0.275l0.129,0.274l0.128,0.276l0.127,0.275l0.127,0.277l0.126,0.276l0.124,0.277l0.124,0.278l0.124,0.278l0.122,0.278l0.122,0.279l0.12,0.279l0.12,0.28l0.119,0.28l0.119,0.281l0.117,0.281l0.117,0.281l0.115,0.282l0.115,0.282l0.114,0.283l0.114,0.283l0.112,0.284l0.112,0.284l0.11,0.284l0.11,0.285l0.109,0.285l0.108,0.286l0.108,0.286l0.106,0.287l0.106,0.286l0.105,0.288l0.104,0.288l0.103,0.288l0.102,0.288l0.101,0.289l0.101,0.289l0.099,0.29l0.099,0.29l0.098,0.291l0.097,0.291l0.096,0.291l0.096,0.292l0.094,0.292l0.094,0.293l0.092,0.292l0.092,0.294l0.091,0.293l0.09,0.295l0.089,0.294l0.088,0.295l0.088,0.295l0.086,0.296l0.086,0.296l0.085,0.296l0.084,0.297l0.083,0.297l0.082,0.297l0.081,0.298l0.08,0.298l0.079,0.299l0.079,0.299l0.077,0.299l0.077,0.299l0.076,0.3l0.075,0.301l0.074,0.3l0.073,0.302l0.072,0.301l0.071,0.302l0.07,0.302l0.07,0.302l0.068,0.303l0.068,0.303l0.066,0.304l0.066,0.304l0.065,0.304l0.064,0.304l0.063,0.305l0.062,0.305l0.061,0.306l0.06,0.306l0.059,0.306l0.059,0.306l0.057,0.307l0.056,0.307l0.056,0.308l0.054,0.308l0.054,0.308l0.053,0.308l0.051,0.309l0.051,0.309l0.05,0.31l0.049,0.309l0.048,0.311l0.047,0.31l0.046,0.311l0.045,0.311l0.044,0.311l0.043,0.311l0.042,0.312l0.042,0.313l0.04,0.312l0.039,0.313l0.039,0.313l0.037,0.313l0.036,0.314l0.036,0.314l0.034,0.314l0.034,0.315l0.032,0.315l0.032,0.315l0.03,0.315l0.03,0.316l0.029,0.316l0.027,0.316l0.027,0.317l0.026,0.317l0.024,0.317l0.024,0.317l0.023,0.318l0.021,0.318l0.021,0.318l0.02,0.318l0.018,0.319l0.018,0.319l0.017,0.319l0.015,0.32l0.015,0.32l0.014,0.32l0.013,0.32l0.011,0.32l0.011,0.321l0.01,0.321l0.008,0.322l0.008,0.321l0.007,0.322l0.005,0.322l0.005,0.322l0.003,0.323l0.003,0.323l0.001,0.323l0.001,0.323l-0.001,0.323l-0.001,0.323l-0.003,0.323l-0.003,0.323l-0.005,0.322l-0.005,0.322l-0.007,0.322l-0.008,0.321l-0.008,0.322l-0.01,0.321l-0.011,0.321l-0.011,0.32l-0.013,0.32l-0.014,0.32l-0.015,0.32l-0.015,0.32l-0.017,0.319l-0.018,0.319l-0.018,0.319l-0.02,0.318l-0.021,0.318l-0.021,0.318l-0.023,0.318l-0.024,0.317l-0.024,0.317l-0.026,0.317l-0.027,0.317l-0.027,0.316l-0.029,0.316l-0.03,0.316l-0.03,0.315l-0.032,0.315l-0.032,0.315l-0.034,0.315l-0.034,0.314l-0.036,0.314l-0.036,0.314l-0.037,0.313l-0.039,0.313l-0.039,0.313l-0.04,0.312l-0.042,0.313l-0.042,0.312l-0.043,0.311l-0.044,0.311l-0.045,0.311l-0.046,0.311l-0.047,0.31l-0.048,0.311l-0.049,0.309l-0.05,0.31l-0.051,0.309l-0.051,0.309l-0.053,0.308l-0.054,0.308l-0.054,0.308l-0.056,0.308l-0.056,0.307l-0.057,0.307l-0.059,0.306l-0.059,0.306l-0.06,0.306l-0.061,0.306l-0.062,0.305l-0.063,0.305l-0.064,0.304l-0.065,0.304l-0.066,0.304l-0.066,0.304l-0.068,0.303l-0.068,0.303l-0.07,0.302l-0.07,0.302l-0.071,0.302l-0.072,0.301l-0.073,0.302l-0.074,0.3l-0.075,0.301l-0.076,0.3l-0.077,0.299l-0.077,0.299l-0.079,0.299l-0.079,0.299l-0.08,0.298l-0.081,0.298l-0.082,0.297l-0.083,0.297l-0.084,0.297l-0.085,0.296l-0.086,0.296l-0.086,0.296l-0.088,0.295l-0.088,0.295l-0.089,0.294l-0.09,0.295l-0.091,0.293l-0.092,0.294l-0.092,0.292l-0.094,0.293l-0.094,0.292l-0.096,0.292l-0.096,0.291l-0.097,0.291l-0.098,0.291l-0.099,0.29l-0.099,0.29l-0.101,0.289l-0.101,0.289l-0.102,0.288l-0.103,0.288l-0.104,0.288l-0.105,0.288l-0.106,0.286l-0.106,0.287l-0.108,0.286l-0.108,0.286l-0.109,0.285l-0.11,0.285l-0.11,0.284l-0.112,0.284l-0.112,0.284l-0.114,0.283l-0.114,0.283l-0.115,0.282l-0.115,0.282l-0.117,0.281l-0.117,0.281l-0.119,0.281l-0.119,0.28l-0.12,0.28l-0.12,0.279l-0.122,0.279l-0.122,0.278l-0.124,0.278l-0.124,0.278l-0.124,0.277l-0.126,0.276l-0.127,0.277l-0.127,0.275l-0.128,0.276l-0.129,0.274l-0.13,0.275l-0.13,0.274l-0.131,0.273l-0.133,0.273l-0.132,0.273l-0.134,0.272l-0.135,0.271l-0.135,0.271l-0.136,0.271l-0.137,0.27l-0.138,0.27l-0.138,0.269l-0.14,0.269l-0.14,0.268l-0.141,0.268l-0.141,0.267l-0.143,0.267l-0.143,0.267l-0.144,0.266l-0.145,0.265l-0.145,0.265l-0.147,0.264l-0.147,0.264l-0.148,0.264l-0.148,0.263l-0.15,0.262l-0.15,0.262l-0.151,0.262l-0.152,0.261l-0.152,0.26l-0.153,0.26l-0.154,0.26l-0.155,0.259l-0.156,0.258l-0.156,0.258l-0.157,0.258l-0.158,0.257l-0.158,0.256l-0.16,0.256l-0.16,0.255l-0.16,0.255l-0.162,0.255l-0.162,0.254l-0.163,0.253l-0.164,0.253l-0.165,0.252l-0.165,0.252l-0.166,0.251l-0.167,0.251l-0.167,0.25l-0.168,0.25l-0.169,0.249l-0.17,0.248l-0.17,0.248l-0.171,0.248l-0.172,0.247l-0.173,0.246l-0.173,0.246l-0.174,0.246l-0.174,0.244l-0.176,0.245l-0.176,0.243l-0.177,0.244l-0.177,0.242l-0.179,0.242l-0.179,0.242l-0.179,0.241l-0.181,0.24l-0.181,0.24l-0.182,0.239l-0.182,0.239l-0.183,0.238l-0.184,0.238l-0.185,0.237l-0.185,0.236l-0.186,0.236l-0.187,0.235l-0.187,0.235l-0.188,0.234l-0.189,0.234l-0.189,0.233l-0.19,0.232l-0.191,0.232l-0.192,0.231l-0.192,0.231l-0.193,0.23l-0.193,0.229l-0.194,0.229l-0.195,0.229l-0.196,0.227l-0.196,0.228l-0.197,0.226l-0.197,0.226l-0.198,0.225l-0.199,0.225l-0.2,0.224l-0.2,0.224l-0.201,0.223l-0.201,0.222l-0.202,0.222l-0.203,0.221l-0.204,0.22l-0.204,0.22l-0.204,0.22l-0.206,0.218l-0.206,0.218l-0.207,0.218l-0.207,0.217l-0.208,0.216l-0.209,0.215l-0.209,0.215l-0.21,0.215l-0.21,0.213l-0.211,0.213l-0.212,0.213l-0.213,0.212l-0.213,0.211l-0.213,0.21l-0.215,0.21l-0.215,0.209l-0.215,0.209l-0.216,0.208l-0.217,0.207l-0.218,0.207l-0.218,0.206l-0.218,0.206l-0.22,0.204l-0.22,0.204l-0.22,0.204l-0.221,0.203l-0.222,0.202l-0.222,0.201l-0.223,0.201l-0.224,0.2l-0.224,0.2l-0.225,0.199l-0.225,0.198l-0.226,0.197l-0.226,0.197l-0.228,0.196l-0.227,0.196l-0.229,0.195l-0.229,0.194l-0.229,0.193l-0.23,0.193l-0.231,0.192l-0.231,0.192l-0.232,0.191l-0.232,0.19l-0.233,0.189l-0.234,0.189l-0.234,0.188l-0.235,0.187l-0.235,0.187l-0.236,0.186l-0.236,0.185l-0.237,0.185l-0.238,0.184l-0.238,0.183l-0.239,0.182l-0.239,0.182l-0.24,0.181l-0.24,0.181l-0.241,0.179l-0.242,0.179l-0.242,0.179l-0.242,0.177l-0.244,0.177l-0.243,0.176l-0.245,0.176l-0.244,0.174l-0.246,0.174l-0.246,0.173l-0.246,0.173l-0.247,0.172l-0.248,0.171l-0.248,0.17l-0.248,0.17l-0.249,0.169l-0.25,0.168l-0.25,0.167l-0.251,0.167l-0.251,0.166l-0.252,0.165l-0.252,0.165l-0.253,0.164l-0.253,0.163l-0.254,0.162l-0.255,0.162l-0.255,0.16l-0.255,0.16l-0.256,0.16l-0.256,0.158l-0.257,0.158l-0.258,0.157l-0.258,0.156l-0.258,0.156l-0.259,0.155l-0.26,0.154l-0.26,0.153l-0.26,0.152l-0.261,0.152l-0.262,0.151l-0.262,0.15l-0.262,0.15l-0.263,0.148l-0.264,0.148l-0.264,0.147l-0.264,0.147l-0.265,0.145l-0.265,0.145l-0.266,0.144l-0.267,0.143l-0.267,0.143l-0.267,0.141l-0.268,0.141l-0.268,0.14l-0.269,0.14l-0.269,0.138l-0.27,0.138l-0.27,0.137l-0.271,0.136l-0.271,0.135l-0.271,0.135l-0.272,0.134l-0.273,0.132l-0.273,0.133l-0.273,0.131l-0.274,0.13l-0.275,0.13l-0.274,0.129l-0.276,0.128l-0.275,0.127l-0.277,0.127l-0.276,0.126l-0.277,0.124l-0.278,0.124l-0.278,0.124l-0.278,0.122l-0.279,0.122l-0.279,0.12l-0.28,0.12l-0.28,0.119l-0.281,0.119l-0.281,0.117l-0.281,0.117l-0.282,0.115l-0.282,0.115l-0.283,0.114l-0.283,0.114l-0.284,0.112l-0.284,0.112l-0.284,0.11l-0.285,0.11l-0.285,0.109l-0.286,0.108l-0.286,0.108l-0.287,0.106l-0.286,0.106l-0.288,0.105l-0.288,0.104l-0.288,0.103l-0.288,0.102l-0.289,0.101l-0.289,0.101l-0.29,0.099l-0.29,0.099l-0.291,0.098l-0.291,0.097l-0.291,0.096l-0.292,0.096l-0.292,0.094l-0.293,0.094l-0.292,0.092l-0.294,0.092l-0.293,0.091l-0.295,0.09l-0.294,0.089l-0.295,0.088l-0.295,0.088l-0.296,0.086l-0.296,0.086l-0.296,0.085l-0.297,0.084l-0.297,0.083l-0.297,0.082l-0.298,0.081l-0.298,0.08l-0.299,0.079l-0.299,0.079l-0.299,0.077l-0.299,0.077l-0.3,0.076l-0.301,0.075l-0.3,0.074l-0.302,0.073l-0.301,0.072l-0.302,0.071l-0.302,0.07l-0.302,0.07l-0.303,0.068l-0.303,0.068l-0.304,0.066l-0.304,0.066l-0.304,0.065l-0.304,0.064l-0.305,0.063l-0.305,0.062l-0.306,0.061l-0.306,0.06l-0.306,0.059l-0.306,0.059l-0.307,0.057l-0.307,0.056l-0.308,0.056l-0.308,0.054l-0.308,0.054l-0.308,0.053l-0.309,0.051l-0.309,0.051l-0.31,0.05l-0.309,0.049l-0.311,0.048l-0.31,0.047l-0.311,0.046l-0.311,0.045l-0.311,0.044l-0.311,0.043l-0.312,0.042l-0.313,0.042l-0.312,0.04l-0.313,0.039l-0.313,0.039l-0.313,0.037l-0.314,0.036l-0.314,0.036l-0.314,0.034l-0.315,0.034l-0.315,0.032l-0.315,0.032l-0.315,0.03l-0.316,0.03l-0.316,0.029l-0.316,0.027l-0.317,0.027l-0.317,0.026l-0.317,0.024l-0.317,0.024l-0.318,0.023l-0.318,0.021l-0.318,0.021l-0.318,0.02l-0.319,0.018l-0.319,0.018l-0.319,0.017l-0.32,0.015l-0.32,0.015l-0.32,0.014l-0.32,0.013l-0.32,0.011l-0.321,0.011l-0.321,0.01l-0.322,0.008l-0.321,0.008l-0.322,0.007l-0.322,0.005l-0.322,0.005l-0.323,0.003l-0.323,0.003l-0.323,0.001l-0.323,0.001l-0.323,-0.001l-0.323,-0.001l-0.323,-0.003l-0.323,-0.003l-0.322,-0.005l-0.322,-0.005l-0.322,-0.007l-0.321,-0.008l-0.322,-0.008l-0.321,-0.01l-0.321,-0.011l-0.32,-0.011l-0.32,-0.013l-0.32,-0.014l-0.32,-0.015l-0.32,-0.015l-0.319,-0.017l-0.319,-0.018l-0.319,-0.018l-0.318,-0.02l-0.318,-0.021l-0.318,-0.021l-0.318,-0.023l-0.317,-0.024l-0.317,-0.024l-0.317,-0.026l-0.317,-0.027l-0.316,-0.027l-0.316,-0.029l-0.316,-0.03l-0.315,-0.03l-0.315,-0.032l-0.315,-0.032l-0.315,-0.034l-0.314,-0.034l-0.314,-0.036l-0.314,-0.036l-0.313,-0.037l-0.313,-0.039l-0.313,-0.039l-0.312,-0.04l-0.313,-0.042l-0.312,-0.042l-0.311,-0.043l-0.311,-0.044l-0.311,-0.045l-0.311,-0.046l-0.31,-0.047l-0.311,-0.048l-0.309,-0.049l-0.31,-0.05l-0.309,-0.051l-0.309,-0.051l-0.308,-0.053l-0.308,-0.054l-0.308,-0.054l-0.308,-0.056l-0.307,-0.056l-0.307,-0.057l-0.306,-0.059l-0.306,-0.059l-0.306,-0.06l-0.306,-0.061l-0.305,-0.062l-0.305,-0.063l-0.304,-0.064l-0.304,-0.065l-0.304,-0.066l-0.304,-0.066l-0.303,-0.068l-0.303,-0.068l-0.302,-0.07l-0.302,-0.07l-0.302,-0.071l-0.301,-0.072l-0.302,-0.073l-0.3,-0.074l-0.301,-0.075l-0.3,-0.076l-0.299,-0.077l-0.299,-0.077l-0.299,-0.079l-0.299,-0.079l-0.298,-0.08l-0.298,-0.081l-0.297,-0.082l-0.297,-0.083l-0.297,-0.084l-0.296,-0.085l-0.296,-0.086l-0.296,-0.086l-0.295,-0.088l-0.295,-0.088l-0.294,-0.089l-0.295,-0.09l-0.293,-0.091l-0.294,-0.092l-0.292,-0.092l-0.293,-0.094l-0.292,-0.094l-0.292,-0.096l-0.291,-0.096l-0.291,-0.097l-0.291,-0.098l-0.29,-0.099l-0.29,-0.099l-0.289,-0.101l-0.289,-0.101l-0.288,-0.102l-0.288,-0.103l-0.288,-0.104l-0.288,-0.105l-0.286,-0.106l-0.287,-0.106l-0.286,-0.108l-0.286,-0.108l-0.285,-0.109l-0.285,-0.11l-0.284,-0.11l-0.284,-0.112l-0.284,-0.112l-0.283,-0.114l-0.283,-0.114l-0.282,-0.115l-0.282,-0.115l-0.281,-0.117l-0.281,-0.117l-0.281,-0.119l-0.28,-0.119l-0.28,-0.12l-0.279,-0.12l-0.279,-0.122l-0.278,-0.122l-0.278,-0.124l-0.278,-0.124l-0.277,-0.124l-0.276,-0.126l-0.277,-0.127l-0.275,-0.127l-0.276,-0.128l-0.274,-0.129l-0.275,-0.13l-0.274,-0.13l-0.273,-0.131l-0.273,-0.133l-0.273,-0.132l-0.272,-0.134l-0.271,-0.135l-0.271,-0.135l-0.271,-0.136l-0.27,-0.137l-0.27,-0.138l-0.269,-0.138l-0.269,-0.14l-0.268,-0.14l-0.268,-0.141l-0.267,-0.141l-0.267,-0.143l-0.267,-0.143l-0.266,-0.144l-0.265,-0.145l-0.265,-0.145l-0.264,-0.147l-0.264,-0.147l-0.264,-0.148l-0.263,-0.148l-0.262,-0.15l-0.262,-0.15l-0.262,-0.151l-0.261,-0.152l-0.26,-0.152l-0.26,-0.153l-0.26,-0.154l-0.259,-0.155l-0.258,-0.156l-0.258,-0.156l-0.258,-0.157l-0.257,-0.158l-0.256,-0.158l-0.256,-0.16l-0.255,-0.16l-0.255,-0.16l-0.255,-0.162l-0.254,-0.162l-0.253,-0.163l-0.253,-0.164l-0.252,-0.165l-0.252,-0.165l-0.251,-0.166l-0.251,-0.167l-0.25,-0.167l-0.25,-0.168l-0.249,-0.169l-0.248,-0.17l-0.248,-0.17l-0.248,-0.171l-0.247,-0.172l-0.246,-0.173l-0.246,-0.173l-0.246,-0.174l-0.244,-0.174l-0.245,-0.176l-0.243,-0.176l-0.244,-0.177l-0.242,-0.177l-0.242,-0.179l-0.242,-0.179l-0.241,-0.179l-0.24,-0.181l-0.24,-0.181l-0.239,-0.182l-0.239,-0.182l-0.238,-0.183l-0.238,-0.184l-0.237,-0.185l-0.236,-0.185l-0.236,-0.186l-0.235,-0.187l-0.235,-0.187l-0.234,-0.188l-0.234,-0.189l-0.233,-0.189l-0.232,-0.19l-0.232,-0.191l-0.231,-0.192l-0.231,-0.192l-0.23,-0.193l-0.229,-0.193l-0.229,-0.194l-0.229,-0.195l-0.227,-0.196l-0.228,-0.196l-0.226,-0.197l-0.226,-0.197l-0.225,-0.198l-0.225,-0.199l-0.224,-0.2l-0.224,-0.2l-0.223,-0.201l-0.222,-0.201l-0.222,-0.202l-0.221,-0.203l-0.22,-0.204l-0.22,-0.204l-0.22,-0.204l-0.218,-0.206l-0.218,-0.206l-0.218,-0.207l-0.217,-0.207l-0.216,-0.208l-0.215,-0.209l-0.215,-0.209l-0.215,-0.21l-0.213,-0.21l-0.213,-0.211l-0.213,-0.212l-0.212,-0.213l-0.211,-0.213l-0.21,-0.213l-0.21,-0.215l-0.209,-0.215l-0.209,-0.215l-0.208,-0.216l-0.207,-0.217l-0.207,-0.218l-0.206,-0.218l-0.206,-0.218l-0.204,-0.22l-0.204,-0.22l-0.204,-0.22l-0.203,-0.221l-0.202,-0.222l-0.201,-0.222l-0.201,-0.223l-0.2,-0.224l-0.2,-0.224l-0.199,-0.225l-0.198,-0.225l-0.197,-0.226l-0.197,-0.226l-0.196,-0.228l-0.196,-0.227l-0.195,-0.229l-0.194,-0.229l-0.193,-0.229l-0.193,-0.23l-0.192,-0.231l-0.192,-0.231l-0.191,-0.232l-0.19,-0.232l-0.189,-0.233l-0.189,-0.234l-0.188,-0.234l-0.187,-0.235l-0.187,-0.235l-0.186,-0.236l-0.185,-0.236l-0.185,-0.237l-0.184,-0.238l-0.183,-0.238l-0.182,-0.239l-0.182,-0.239l-0.181,-0.24l-0.181,-0.24l-0.179,-0.241l-0.179,-0.242l-0.179,-0.242l-0.177,-0.242l-0.177,-0.244l-0.176,-0.243l-0.176,-0.245l-0.174,-0.244l-0.174,-0.246l-0.173,-0.246l-0.173,-0.246l-0.172,-0.247l-0.171,-0.248l-0.17,-0.248l-0.17,-0.248l-0.169,-0.249l-0.168,-0.25l-0.167,-0.25l-0.167,-0.251l-0.166,-0.251l-0.165,-0.252l-0.165,-0.252l-0.164,-0.253l-0.163,-0.253l-0.162,-0.254l-0.162,-0.255l-0.16,-0.255l-0.16,-0.255l-0.16,-0.256l-0.158,-0.256l-0.158,-0.257l-0.157,-0.258l-0.156,-0.258l-0.156,-0.258l-0.155,-0.259l-0.154,-0.26l-0.153,-0.26l-0.152,-0.26l-0.152,-0.261l-0.151,-0.262l-0.15,-0.262l-0.15,-0.262l-0.148,-0.263l-0.148,-0.264l-0.147,-0.264l-0.147,-0.264l-0.145,-0.265l-0.145,-0.265l-0.144,-0.266l-0.143,-0.267l-0.143,-0.267l-0.141,-0.267l-0.141,-0.268l-0.14,-0.268l-0.14,-0.269l-0.138,-0.269l-0.138,-0.27l-0.137,-0.27l-0.136,-0.271l-0.135,-0.271l-0.135,-0.271l-0.134,-0.272l-0.132,-0.273l-0.133,-0.273l-0.131,-0.273l-0.13,-0.274l-0.13,-0.275l-0.129,-0.274l-0.128,-0.276l-0.127,-0.275l-0.127,-0.277l-0.126,-0.276l-0.124,-0.277l-0.124,-0.278l-0.124,-0.278l-0.122,-0.278l-0.122,-0.279l-0.12,-0.279l-0.12,-0.28l-0.119,-0.28l-0.119,-0.281l-0.117,-0.281l-0.117,-0.281l-0.115,-0.282l-0.115,-0.282l-0.114,-0.283l-0.114,-0.283l-0.112,-0.284l-0.112,-0.284l-0.11,-0.284l-0.11,-0.285l-0.109,-0.285l-0.108,-0.286l-0.108,-0.286l-0.106,-0.287l-0.106,-0.286l-0.105,-0.288l-0.104,-0.288l-0.103,-0.288l-0.102,-0.288l-0.101,-0.289l-0.101,-0.289l-0.099,-0.29l-0.099,-0.29l-0.098,-0.291l-0.097,-0.291l-0.096,-0.291l-0.096,-0.292l-0.094,-0.292l-0.094,-0.293l-0.092,-0.292l-0.092,-0.294l-0.091,-0.293l-0.09,-0.295l-0.089,-0.294l-0.088,-0.295l-0.088,-0.295l-0.086,-0.296l-0.086,-0.296l-0.085,-0.296l-0.084,-0.297l-0.083,-0.297l-0.082,-0.297l-0.081,-0.298l-0.08,-0.298l-0.079,-0.299l-0.079,-0.299l-0.077,-0.299l-0.077,-0.299l-0.076,-0.3l-0.075,-0.301l-0.074,-0.3l-0.073,-0.302l-0.072,-0.301l-0.071,-0.302l-0.07,-0.302l-0.07,-0.302l-0.068,-0.303l-0.068,-0.303l-0.066,-0.304l-0.066,-0.304l-0.065,-0.304l-0.064,-0.304l-0.063,-0.305l-0.062,-0.305l-0.061,-0.306l-0.06,-0.306l-0.059,-0.306l-0.059,-0.306l-0.057,-0.307l-0.056,-0.307l-0.056,-0.308l-0.054,-0.308l-0.054,-0.308l-0.053,-0.308l-0.051,-0.309l-0.051,-0.309l-0.05,-0.31l-0.049,-0.309l-0.048,-0.311l-0.047,-0.31l-0.046,-0.311l-0.045,-0.311l-0.044,-0.311l-0.043,-0.311l-0.042,-0.312l-0.042,-0.313l-0.04,-0.312l-0.039,-0.313l-0.039,-0.313l-0.037,-0.313l-0.036,-0.314l-0.036,-0.314l-0.034,-0.314l-0.034,-0.315l-0.032,-0.315l-0.032,-0.315l-0.03,-0.315l-0.03,-0.316l-0.029,-0.316l-0.027,-0.316l-0.027,-0.317l-0.026,-0.317l-0.024,-0.317l-0.024,-0.317l-0.023,-0.318l-0.021,-0.318l-0.021,-0.318l-0.02,-0.318l-0.018,-0.319l-0.018,-0.319l-0.017,-0.319l-0.015,-0.32l-0.015,-0.32l-0.014,-0.32l-0.013,-0.32l-0.011,-0.32l-0.011,-0.321l-0.01,-0.321l-0.008,-0.322l-0.008,-0.321l-0.007,-0.322l-0.005,-0.322l-0.005,-0.322l-0.003,-0.323l-0.003,-0.323l-0.001,-0.323l-0.001,-0.323l0.001,-0.323l0.001,-0.323l0.003,-0.323l0.003,-0.323l0.005,-0.322l0.005,-0.322l0.007,-0.322l0.008,-0.321l0.008,-0.322l0.01,-0.321l0.011,-0.321l0.011,-0.32l0.013,-0.32l0.014,-0.32l0.015,-0.32l0.015,-0.32l0.017,-0.319l0.018,-0.319l0.018,-0.319l0.02,-0.318l0.021,-0.318l0.021,-0.318l0.023,-0.318l0.024,-0.317l0.024,-0.317l0.026,-0.317l0.027,-0.317l0.027,-0.316l0.029,-0.316l0.03,-0.316l0.03,-0.315l0.032,-0.315l0.032,-0.315l0.034,-0.315l0.034,-0.314l0.036,-0.314l0.036,-0.314l0.037,-0.313l0.039,-0.313l0.039,-0.313l0.04,-0.312l0.042,-0.313l0.042,-0.312l0.043,-0.311l0.044,-0.311l0.045,-0.311l0.046,-0.311l0.047,-0.31l0.048,-0.311l0.049,-0.309l0.05,-0.31l0.051,-0.309l0.051,-0.309l0.053,-0.308l0.054,-0.308l0.054,-0.308l0.056,-0.308l0.056,-0.307l0.057,-0.307l0.059,-0.306l0.059,-0.306l0.06,-0.306l0.061,-0.306l0.062,-0.305l0.063,-0.305l0.064,-0.304l0.065,-0.304l0.066,-0.304l0.066,-0.304l0.068,-0.303l0.068,-0.303l0.07,-0.302l0.07,-0.302l0.071,-0.302l0.072,-0.301l0.073,-0.302l0.074,-0.3l0.075,-0.301l0.076,-0.3l0.077,-0.299l0.077,-0.299l0.079,-0.299l0.079,-0.299l0.08,-0.298l0.081,-0.298l0.082,-0.297l0.083,-0.297l0.084,-0.297l0.085,-0.296l0.086,-0.296l0.086,-0.296l0.088,-0.295l0.088,-0.295l0.089,-0.294l0.09,-0.295l0.091,-0.293l0.092,-0.294l0.092,-0.292l0.094,-0.293l0.094,-0.292l0.096,-0.292l0.096,-0.291l0.097,-0.291l0.098,-0.291l0.099,-0.29l0.099,-0.29l0.101,-0.289l0.101,-0.289l0.102,-0.288l0.103,-0.288l0.104,-0.288l0.105,-0.288l0.106,-0.286l0.106,-0.287l0.108,-0.286l0.108,-0.286l0.109,-0.285l0.11,-0.285l0.11,-0.284l0.112,-0.284l0.112,-0.284l0.114,-0.283l0.114,-0.283l0.115,-0.282l0.115,-0.282l0.117,-0.281l0.117,-0.281l0.119,-0.281l0.119,-0.28l0.12,-0.28l0.12,-0.279l0.122,-0.279l0.122,-0.278l0.124,-0.278l0.124,-0.278l0.124,-0.277l0.126,-0.276l0.127,-0.277l0.127,-0.275l0.128,-0.276l0.129,-0.274l0.13,-0.275l0.13,-0.274l0.131,-0.273l0.133,-0.273l0.132,-0.273l0.134,-0.272l0.135,-0.271l0.135,-0.271l0.136,-0.271l0.137,-0.27l0.138,-0.27l0.138,-0.269l0.14,-0.269l0.14,-0.268l0.141,-0.268l0.141,-0.267l0.143,-0.267l0.143,-0.267l0.144,-0.266l0.145,-0.265l0.145,-0.265l0.147,-0.264l0.147,-0.264l0.148,-0.264l0.148,-0.263l0.15,-0.262l0.15,-0.262l0.151,-0.262l0.152,-0.261l0.152,-0.26l0.153,-0.26l0.154,-0.26l0.155,-0.259l0.156,-0.258l0.156,-0.258l0.157,-0.258l0.158,-0.257l0.158,-0.256l0.16,-0.256l0.16,-0.255l0.16,-0.255l0.162,-0.255l0.162,-0.254l0.163,-0.253l0.164,-0.253l0.165,-0.252l0.165,-0.252l0.166,-0.251l0.167,-0.251l0.167,-0.25l0.168,-0.25l0.169,-0.249l0.17,-0.248l0.17,-0.248l0.171,-0.248l0.172,-0.247l0.173,-0.246l0.173,-0.246l0.174,-0.246l0.174,-0.244l0.176,-0.245l0.176,-0.243l0.177,-0.244l0.177,-0.242l0.179,-0.242l0.179,-0.242l0.179,-0.241l0.181,-0.24l0.181,-0.24l0.182,-0.239l0.182,-0.239l0.183,-0.238l0.184,-0.238l0.185,-0.237l0.185,-0.236l0.186,-0.236l0.187,-0.235l0.187,-0.235l0.188,-0.234l0.189,-0.234l0.189,-0.233l0.19,-0.232l0.191,-0.232l0.192,-0.231l0.192,-0.231l0.193,-0.23l0.193,-0.229l0.194,-0.229l0.195,-0.229l0.196,-0.227l0.196,-0.228l0.197,-0.226l0.197,-0.226l0.198,-0.225l0.199,-0.225l0.2,-0.224l0.2,-0.224l0.201,-0.223l0.201,-0.222l0.202,-0.222l0.203,-0.221l0.204,-0.22l0.204,-0.22l0.204,-0.22l0.206,-0.218l0.206,-0.218l0.207,-0.218l0.207,-0.217l0.208,-0.216l0.209,-0.215l0.209,-0.215l0.21,-0.215l0.21,-0.213l0.211,-0.213l0.212,-0.213l0.213,-0.212l0.213,-0.211l0.213,-0.21l0.215,-0.21l0.215,-0.209l0.215,-0.209l0.216,-0.208l0.217,-0.207l0.218,-0.207l0.218,-0.206l0.218,-0.206l0.22,-0.204l0.22,-0.204l0.22,-0.204l0.221,-0.203l0.222,-0.202l0.222,-0.201l0.223,-0.201l0.224,-0.2l0.224,-0.2l0.225,-0.199l0.225,-0.198l0.226,-0.197l0.226,-0.197l0.228,-0.196l0.227,-0.196l0.229,-0.195l0.229,-0.194l0.229,-0.193l0.23,-0.193l0.231,-0.192l0.231,-0.192l0.232,-0.191l0.232,-0.19l0.233,-0.189l0.234,-0.189l0.234,-0.188l0.235,-0.187l0.235,-0.187l0.236,-0.186l0.236,-0.185l0.237,-0.185l0.238,-0.184l0.238,-0.183l0.239,-0.182l0.239,-0.182l0.24,-0.181l0.24,-0.181l0.241,-0.179l0.242,-0.179l0.242,-0.179l0.242,-0.177l0.244,-0.177l0.243,-0.176l0.245,-0.176l0.244,-0.174l0.246,-0.174l0.246,-0.173l0.246,-0.173l0.247,-0.172l0.248,-0.171l0.248,-0.17l0.248,-0.17l0.249,-0.169l0.25,-0.168l0.25,-0.167l0.251,-0.167l0.251,-0.166l0.252,-0.165l0.252,-0.165l0.253,-0.164l0.253,-0.163l0.254,-0.162l0.255,-0.162l0.255,-0.16l0.255,-0.16l0.256,-0.16l0.256,-0.158l0.257,-0.158l0.258,-0.157l0.258,-0.156l0.258,-0.156l0.259,-0.155l0.26,-0.154l0.26,-0.153l0.26,-0.152l0.261,-0.152l0.262,-0.151l0.262,-0.15l0.262,-0.15l0.263,-0.148l0.264,-0.148l0.264,-0.147l0.264,-0.147l0.265,-0.145l0.265,-0.145l0.266,-0.144l0.267,-0.143l0.267,-0.143l0.267,-0.141l0.268,-0.141l0.268,-0.14l0.269,-0.14l0.269,-0.138l0.27,-0.138l0.27,-0.137l0.271,-0.136l0.271,-0.135l0.271,-0.135l0.272,-0.134l0.273,-0.132l0.273,-0.133l0.273,-0.131l0.274,-0.13l0.275,-0.13l0.274,-0.129l0.276,-0.128l0.275,-0.127l0.277,-0.127l0.276,-0.126l0.277,-0.124l0.278,-0.124l0.278,-0.124l0.278,-0.122l0.279,-0.122l0.279,-0.12l0.28,-0.12l0.28,-0.119l0.281,-0.119l0.281,-0.117l0.281,-0.117l0.282,-0.115l0.282,-0.115l0.283,-0.114l0.283,-0.114l0.284,-0.112l0.284,-0.112l0.284,-0.11l0.285,-0.11l0.285,-0.109l0.286,-0.108l0.286,-0.108l0.287,-0.106l0.286,-0.106l0.288,-0.105l0.288,-0.104l0.288,-0.103l0.288,-0.102l0.289,-0.101l0.289,-0.101l0.29,-0.099l0.29,-0.099l0.291,-0.098l0.291,-0.097l0.291,-0.096l0.292,-0.096l0.292,-0.094l0.293,-0.094l0.292,-0.092l0.294,-0.092l0.293,-0.091l0.295,-0.09l0.294,-0.089l0.295,-0.088l0.295,-0.088l0.296,-0.086l0.296,-0.086l0.296,-0.085l0.297,-0.084l0.297,-0.083l0.297,-0.082l0.298,-0.081l0.298,-0.08l0.299,-0.079l0.299,-0.079l0.299,-0.077l0.299,-0.077l0.3,-0.076l0.301,-0.075l0.3,-0.074l0.302,-0.073l0.301,-0.072l0.302,-0.071l0.302,-0.07l0.302,-0.07l0.303,-0.068l0.303,-0.068l0.304,-0.066l0.304,-0.066l0.304,-0.065l0.304,-0.064l0.305,-0.063l0.305,-0.062l0.306,-0.061l0.306,-0.06l0.306,-0.059l0.306,-0.059l0.307,-0.057l0.307,-0.056l0.308,-0.056l0.308,-0.054l0.308,-0.054l0.308,-0.053l0.309,-0.051l0.309,-0.051l0.31,-0.05l0.309,-0.049l0.311,-0.048l0.31,-0.047l0.311,-0.046l0.311,-0.045l0.311,-0.044l0.311,-0.043l0.312,-0.042l0.313,-0.042l0.312,-0.04l0.313,-0.039l0.313,-0.039l0.313,-0.037l0.314,-0.036l0.314,-0.036l0.314,-0.034l0.315,-0.034l0.315,-0.032l0.315,-0.032l0.315,-0.03l0.316,-0.03l0.316,-0.029l0.316,-0.027l0.317,-0.027l0.317,-0.026l0.317,-0.024l0.317,-0.024l0.318,-0.023l0.318,-0.021l0.318,-0.021l0.318,-0.02l0.319,-0.018l0.319,-0.018l0.319,-0.017l0.32,-0.015l0.32,-0.015l0.32,-0.014l0.32,-0.013l0.32,-0.011l0.321,-0.011l0.321,-0.01l0.322,-0.008l0.321,-0.008l0.322,-0.007l0.322,-0.005l0.322,-0.005l0.323,-0.003l0.323,-0.003l0.323,-0.001l0.323,-0.001l0.323,0.001Zm-0.63,4.999l-0.308,0.002l-0.307,0.002l-0.306,0.004l-0.307,0.004l-0.306,0.006l-0.306,0.006l-0.306,0.007l-0.305,0.008l-0.305,0.01l-0.305,0.01l-0.305,0.011l-0.304,0.012l-0.305,0.013l-0.304,0.014l-0.303,0.015l-0.304,0.016l-0.303,0.017l-0.303,0.017l-0.302,0.019l-0.303,0.02l-0.302,0.02l-0.302,0.022l-0.301,0.022l-0.302,0.024l-0.301,0.024l-0.301,0.026l-0.3,0.026l-0.3,0.027l-0.3,0.028l-0.3,0.029l-0.3,0.03l-0.299,0.031l-0.299,0.032l-0.298,0.033l-0.298,0.033l-0.298,0.035l-0.298,0.035l-0.298,0.037l-0.297,0.037l-0.297,0.038l-0.296,0.039l-0.296,0.041l-0.296,0.041l-0.296,0.041l-0.295,0.043l-0.296,0.044l-0.294,0.045l-0.295,0.045l-0.294,0.047l-0.294,0.047l-0.294,0.048l-0.293,0.049l-0.293,0.05l-0.292,0.051l-0.293,0.052l-0.292,0.053l-0.292,0.053l-0.291,0.055l-0.291,0.055l-0.291,0.056l-0.29,0.058l-0.291,0.058l-0.289,0.058l-0.29,0.06l-0.289,0.061l-0.289,0.061l-0.289,0.063l-0.288,0.063l-0.288,0.064l-0.287,0.065l-0.287,0.066l-0.287,0.067l-0.287,0.068l-0.286,0.068l-0.286,0.069l-0.286,0.071l-0.285,0.071l-0.285,0.072l-0.284,0.073l-0.284,0.073l-0.284,0.075l-0.284,0.075l-0.283,0.076l-0.283,0.077l-0.282,0.078l-0.282,0.079l-0.282,0.08l-0.281,0.08l-0.281,0.081l-0.281,0.083l-0.28,0.083l-0.28,0.083l-0.28,0.085l-0.279,0.086l-0.279,0.086l-0.279,0.087l-0.278,0.088l-0.277,0.089l-0.278,0.09l-0.277,0.09l-0.276,0.091l-0.277,0.093l-0.276,0.093l-0.275,0.093l-0.275,0.095l-0.275,0.095l-0.274,0.097l-0.274,0.097l-0.274,0.098l-0.273,0.098l-0.273,0.1l-0.273,0.1l-0.272,0.101l-0.271,0.102l-0.272,0.103l-0.271,0.104l-0.27,0.104l-0.27,0.105l-0.27,0.106l-0.269,0.107l-0.269,0.107l-0.269,0.109l-0.268,0.109l-0.267,0.11l-0.268,0.11l-0.267,0.112l-0.266,0.112l-0.266,0.113l-0.266,0.114l-0.265,0.115l-0.265,0.115l-0.264,0.117l-0.264,0.117l-0.264,0.117l-0.263,0.119l-0.262,0.119l-0.263,0.12l-0.262,0.121l-0.261,0.122l-0.261,0.122l-0.261,0.124l-0.26,0.123l-0.259,0.125l-0.26,0.126l-0.259,0.126l-0.258,0.127l-0.258,0.128l-0.258,0.128l-0.257,0.13l-0.256,0.13l-0.256,0.131l-0.256,0.131l-0.255,0.132l-0.255,0.133l-0.255,0.134l-0.254,0.135l-0.253,0.135l-0.253,0.136l-0.253,0.137l-0.252,0.137l-0.252,0.139l-0.251,0.139l-0.251,0.14l-0.25,0.14l-0.25,0.141l-0.249,0.142l-0.249,0.143l-0.248,0.143l-0.248,0.144l-0.248,0.145l-0.247,0.146l-0.246,0.146l-0.246,0.147l-0.246,0.148l-0.245,0.148l-0.245,0.15l-0.244,0.15l-0.243,0.15l-0.244,0.152l-0.242,0.152l-0.242,0.152l-0.242,0.154l-0.241,0.154l-0.241,0.155l-0.24,0.156l-0.24,0.156l-0.239,0.157l-0.239,0.158l-0.238,0.158l-0.238,0.159l-0.237,0.16l-0.237,0.16l-0.236,0.162l-0.236,0.161l-0.235,0.163l-0.234,0.163l-0.235,0.164l-0.233,0.165l-0.233,0.165l-0.233,0.166l-0.232,0.167l-0.232,0.167l-0.231,0.168l-0.23,0.169l-0.23,0.169l-0.23,0.17l-0.229,0.171l-0.228,0.171l-0.228,0.173l-0.227,0.172l-0.227,0.174l-0.227,0.174l-0.225,0.175l-0.225,0.175l-0.225,0.176l-0.224,0.177l-0.224,0.177l-0.223,0.178l-0.222,0.179l-0.222,0.179l-0.222,0.18l-0.221,0.181l-0.22,0.181l-0.22,0.182l-0.219,0.183l-0.219,0.183l-0.218,0.184l-0.217,0.184l-0.217,0.186l-0.217,0.185l-0.216,0.187l-0.215,0.187l-0.215,0.188l-0.214,0.188l-0.213,0.189l-0.213,0.189l-0.213,0.191l-0.212,0.191l-0.211,0.191l-0.211,0.192l-0.21,0.193l-0.209,0.193l-0.209,0.194l-0.209,0.195l-0.208,0.195l-0.207,0.196l-0.206,0.196l-0.206,0.197l-0.206,0.198l-0.205,0.198l-0.204,0.199l-0.204,0.2l-0.203,0.2l-0.202,0.2l-0.202,0.202l-0.202,0.202l-0.2,0.202l-0.2,0.203l-0.2,0.204l-0.199,0.204l-0.198,0.205l-0.198,0.206l-0.197,0.206l-0.196,0.206l-0.196,0.207l-0.195,0.208l-0.195,0.209l-0.194,0.209l-0.193,0.209l-0.193,0.21l-0.192,0.211l-0.191,0.211l-0.191,0.212l-0.191,0.213l-0.189,0.213l-0.189,0.213l-0.188,0.214l-0.188,0.215l-0.187,0.215l-0.187,0.216l-0.185,0.217l-0.186,0.217l-0.184,0.217l-0.184,0.218l-0.183,0.219l-0.183,0.219l-0.182,0.22l-0.181,0.22l-0.181,0.221l-0.18,0.222l-0.179,0.222l-0.179,0.222l-0.178,0.223l-0.177,0.224l-0.177,0.224l-0.176,0.225l-0.175,0.225l-0.175,0.225l-0.174,0.227l-0.174,0.227l-0.172,0.227l-0.173,0.228l-0.171,0.228l-0.171,0.229l-0.17,0.23l-0.169,0.23l-0.169,0.23l-0.168,0.231l-0.167,0.232l-0.167,0.232l-0.166,0.233l-0.165,0.233l-0.165,0.233l-0.164,0.235l-0.163,0.234l-0.163,0.235l-0.161,0.236l-0.162,0.236l-0.16,0.237l-0.16,0.237l-0.159,0.238l-0.158,0.238l-0.158,0.239l-0.157,0.239l-0.156,0.24l-0.156,0.24l-0.155,0.241l-0.154,0.241l-0.154,0.242l-0.152,0.242l-0.152,0.242l-0.152,0.244l-0.15,0.243l-0.15,0.244l-0.15,0.245l-0.148,0.245l-0.148,0.246l-0.147,0.246l-0.146,0.246l-0.146,0.247l-0.145,0.248l-0.144,0.248l-0.143,0.248l-0.143,0.249l-0.142,0.249l-0.141,0.25l-0.14,0.25l-0.14,0.251l-0.139,0.251l-0.139,0.252l-0.137,0.252l-0.137,0.253l-0.136,0.253l-0.135,0.253l-0.135,0.254l-0.134,0.255l-0.133,0.255l-0.132,0.255l-0.131,0.256l-0.131,0.256l-0.13,0.256l-0.13,0.257l-0.128,0.258l-0.128,0.258l-0.127,0.258l-0.126,0.259l-0.126,0.26l-0.125,0.259l-0.123,0.26l-0.124,0.261l-0.122,0.261l-0.122,0.261l-0.121,0.262l-0.12,0.263l-0.119,0.262l-0.119,0.263l-0.117,0.264l-0.117,0.264l-0.117,0.264l-0.115,0.265l-0.115,0.265l-0.114,0.266l-0.113,0.266l-0.112,0.266l-0.112,0.267l-0.11,0.268l-0.11,0.267l-0.109,0.268l-0.109,0.269l-0.107,0.269l-0.107,0.269l-0.106,0.27l-0.105,0.27l-0.104,0.27l-0.104,0.271l-0.103,0.272l-0.102,0.271l-0.101,0.272l-0.1,0.273l-0.1,0.273l-0.098,0.273l-0.098,0.274l-0.097,0.274l-0.097,0.274l-0.095,0.275l-0.095,0.275l-0.093,0.275l-0.093,0.276l-0.093,0.277l-0.091,0.276l-0.09,0.277l-0.09,0.278l-0.089,0.277l-0.088,0.278l-0.087,0.279l-0.086,0.279l-0.086,0.279l-0.085,0.28l-0.083,0.28l-0.083,0.28l-0.083,0.281l-0.081,0.281l-0.08,0.281l-0.08,0.282l-0.079,0.282l-0.078,0.282l-0.077,0.283l-0.076,0.283l-0.075,0.284l-0.075,0.284l-0.073,0.284l-0.073,0.284l-0.072,0.285l-0.071,0.285l-0.071,0.286l-0.069,0.286l-0.068,0.286l-0.068,0.287l-0.067,0.287l-0.066,0.287l-0.065,0.287l-0.064,0.288l-0.063,0.288l-0.063,0.289l-0.061,0.289l-0.061,0.289l-0.06,0.29l-0.058,0.289l-0.058,0.291l-0.058,0.29l-0.056,0.291l-0.055,0.291l-0.055,0.291l-0.053,0.292l-0.053,0.292l-0.052,0.293l-0.051,0.292l-0.05,0.293l-0.049,0.293l-0.048,0.294l-0.047,0.294l-0.047,0.294l-0.045,0.295l-0.045,0.294l-0.044,0.296l-0.043,0.295l-0.041,0.296l-0.041,0.296l-0.041,0.296l-0.039,0.296l-0.038,0.297l-0.037,0.297l-0.037,0.298l-0.035,0.298l-0.035,0.298l-0.033,0.298l-0.033,0.298l-0.032,0.299l-0.031,0.299l-0.03,0.3l-0.029,0.3l-0.028,0.3l-0.027,0.3l-0.026,0.3l-0.026,0.301l-0.024,0.301l-0.024,0.302l-0.022,0.301l-0.022,0.302l-0.02,0.302l-0.02,0.303l-0.019,0.302l-0.017,0.303l-0.017,0.303l-0.016,0.304l-0.015,0.303l-0.014,0.304l-0.013,0.305l-0.012,0.304l-0.011,0.305l-0.01,0.305l-0.01,0.305l-0.008,0.305l-0.007,0.306l-0.006,0.306l-0.006,0.306l-0.004,0.307l-0.004,0.306l-0.002,0.307l-0.002,0.308l0,0.307l0,0.307l0.002,0.308l0.002,0.307l0.004,0.306l0.004,0.307l0.006,0.306l0.006,0.306l0.007,0.306l0.008,0.305l0.01,0.305l0.01,0.305l0.011,0.305l0.012,0.304l0.013,0.305l0.014,0.304l0.015,0.303l0.016,0.304l0.017,0.303l0.017,0.303l0.019,0.302l0.02,0.303l0.02,0.302l0.022,0.302l0.022,0.301l0.024,0.302l0.024,0.301l0.026,0.301l0.026,0.3l0.027,0.3l0.028,0.3l0.029,0.3l0.03,0.3l0.031,0.299l0.032,0.299l0.033,0.298l0.033,0.298l0.035,0.298l0.035,0.298l0.037,0.298l0.037,0.297l0.038,0.297l0.039,0.296l0.041,0.296l0.041,0.296l0.041,0.296l0.043,0.295l0.044,0.296l0.045,0.294l0.045,0.295l0.047,0.294l0.047,0.294l0.048,0.294l0.049,0.293l0.05,0.293l0.051,0.292l0.052,0.293l0.053,0.292l0.053,0.292l0.055,0.291l0.055,0.291l0.056,0.291l0.058,0.29l0.058,0.291l0.058,0.289l0.06,0.29l0.061,0.289l0.061,0.289l0.063,0.289l0.063,0.288l0.064,0.288l0.065,0.287l0.066,0.287l0.067,0.287l0.068,0.287l0.068,0.286l0.069,0.286l0.071,0.286l0.071,0.285l0.072,0.285l0.073,0.284l0.073,0.284l0.075,0.284l0.075,0.284l0.076,0.283l0.077,0.283l0.078,0.282l0.079,0.282l0.08,0.282l0.08,0.281l0.081,0.281l0.083,0.281l0.083,0.28l0.083,0.28l0.085,0.28l0.086,0.279l0.086,0.279l0.087,0.279l0.088,0.278l0.089,0.277l0.09,0.278l0.09,0.277l0.091,0.276l0.093,0.277l0.093,0.276l0.093,0.275l0.095,0.275l0.095,0.275l0.097,0.274l0.097,0.274l0.098,0.274l0.098,0.273l0.1,0.273l0.1,0.273l0.101,0.272l0.102,0.271l0.103,0.272l0.104,0.271l0.104,0.27l0.105,0.27l0.106,0.27l0.107,0.269l0.107,0.269l0.109,0.269l0.109,0.268l0.11,0.267l0.11,0.268l0.112,0.267l0.112,0.266l0.113,0.266l0.114,0.266l0.115,0.265l0.115,0.265l0.117,0.264l0.117,0.264l0.117,0.264l0.119,0.263l0.119,0.262l0.12,0.263l0.121,0.262l0.122,0.261l0.122,0.261l0.124,0.261l0.123,0.26l0.125,0.259l0.126,0.26l0.126,0.259l0.127,0.258l0.128,0.258l0.128,0.258l0.13,0.257l0.13,0.256l0.131,0.256l0.131,0.256l0.132,0.256l0.133,0.254l0.134,0.255l0.135,0.254l0.135,0.253l0.136,0.253l0.137,0.253l0.137,0.252l0.139,0.252l0.139,0.251l0.14,0.251l0.14,0.25l0.141,0.25l0.142,0.249l0.143,0.249l0.143,0.248l0.144,0.248l0.145,0.248l0.146,0.247l0.146,0.246l0.147,0.246l0.148,0.246l0.148,0.245l0.15,0.245l0.15,0.244l0.15,0.243l0.152,0.244l0.152,0.242l0.152,0.242l0.154,0.242l0.154,0.241l0.155,0.241l0.156,0.24l0.156,0.24l0.157,0.239l0.158,0.239l0.158,0.238l0.159,0.238l0.16,0.237l0.16,0.237l0.162,0.236l0.161,0.236l0.163,0.235l0.163,0.234l0.164,0.235l0.165,0.233l0.165,0.233l0.166,0.233l0.167,0.232l0.167,0.232l0.168,0.231l0.169,0.23l0.169,0.23l0.17,0.23l0.171,0.229l0.171,0.228l0.173,0.228l0.172,0.227l0.174,0.227l0.174,0.227l0.175,0.225l0.175,0.226l0.176,0.224l0.177,0.224l0.177,0.224l0.178,0.223l0.179,0.222l0.179,0.222l0.18,0.222l0.181,0.221l0.181,0.22l0.182,0.22l0.183,0.219l0.183,0.219l0.184,0.218l0.184,0.217l0.185,0.217l0.186,0.217l0.187,0.216l0.187,0.215l0.188,0.215l0.188,0.214l0.189,0.213l0.19,0.213l0.19,0.213l0.191,0.212l0.191,0.211l0.192,0.211l0.193,0.21l0.193,0.209l0.194,0.209l0.195,0.209l0.195,0.208l0.196,0.207l0.196,0.206l0.197,0.206l0.198,0.206l0.198,0.205l0.199,0.204l0.2,0.204l0.2,0.203l0.2,0.202l0.202,0.202l0.202,0.202l0.202,0.2l0.203,0.2l0.204,0.2l0.204,0.199l0.205,0.198l0.205,0.198l0.206,0.197l0.207,0.196l0.207,0.196l0.208,0.195l0.209,0.195l0.209,0.194l0.209,0.193l0.21,0.193l0.211,0.192l0.211,0.191l0.212,0.191l0.213,0.191l0.213,0.189l0.213,0.189l0.214,0.188l0.215,0.188l0.215,0.187l0.216,0.187l0.217,0.185l0.217,0.186l0.217,0.184l0.218,0.184l0.219,0.183l0.219,0.183l0.22,0.182l0.22,0.181l0.221,0.181l0.222,0.18l0.221,0.179l0.223,0.179l0.223,0.178l0.224,0.177l0.224,0.177l0.225,0.176l0.225,0.175l0.225,0.175l0.227,0.174l0.227,0.174l0.227,0.172l0.228,0.173l0.228,0.171l0.229,0.171l0.23,0.17l0.23,0.169l0.23,0.169l0.231,0.168l0.232,0.167l0.232,0.167l0.233,0.166l0.233,0.165l0.233,0.165l0.235,0.164l0.234,0.163l0.235,0.163l0.236,0.161l0.236,0.162l0.237,0.16l0.237,0.16l0.238,0.159l0.238,0.158l0.239,0.158l0.239,0.157l0.24,0.156l0.24,0.156l0.241,0.155l0.241,0.154l0.242,0.154l0.242,0.152l0.242,0.152l0.244,0.152l0.243,0.15l0.244,0.15l0.245,0.15l0.245,0.148l0.246,0.148l0.246,0.147l0.246,0.146l0.247,0.146l0.248,0.145l0.248,0.144l0.248,0.143l0.249,0.143l0.249,0.142l0.25,0.141l0.25,0.14l0.251,0.14l0.251,0.139l0.252,0.138l0.252,0.138l0.253,0.137l0.253,0.136l0.253,0.135l0.254,0.135l0.255,0.134l0.254,0.133l0.256,0.132l0.256,0.132l0.256,0.13l0.256,0.13l0.258,0.13l0.257,0.128l0.258,0.128l0.258,0.127l0.259,0.126l0.26,0.126l0.259,0.124l0.26,0.124l0.261,0.124l0.261,0.122l0.261,0.122l0.262,0.121l0.263,0.12l0.262,0.119l0.263,0.119l0.264,0.117l0.264,0.117l0.264,0.117l0.265,0.115l0.265,0.115l0.266,0.114l0.266,0.113l0.266,0.112l0.267,0.112l0.268,0.11l0.267,0.11l0.268,0.109l0.269,0.109l0.269,0.107l0.269,0.107l0.27,0.106l0.27,0.105l0.27,0.104l0.271,0.104l0.272,0.103l0.271,0.102l0.272,0.101l0.273,0.1l0.273,0.1l0.273,0.098l0.274,0.098l0.273,0.097l0.275,0.097l0.275,0.095l0.275,0.095l0.275,0.093l0.276,0.093l0.276,0.092l0.277,0.092l0.277,0.09l0.278,0.09l0.277,0.089l0.279,0.088l0.278,0.087l0.279,0.086l0.279,0.086l0.28,0.085l0.28,0.083l0.28,0.083l0.281,0.082l0.281,0.082l0.281,0.08l0.282,0.08l0.282,0.079l0.282,0.078l0.283,0.077l0.283,0.076l0.284,0.075l0.284,0.075l0.284,0.073l0.284,0.073l0.285,0.072l0.285,0.071l0.286,0.071l0.286,0.069l0.286,0.068l0.287,0.068l0.287,0.067l0.287,0.066l0.287,0.065l0.288,0.064l0.288,0.063l0.289,0.063l0.289,0.061l0.289,0.061l0.29,0.06l0.289,0.058l0.291,0.058l0.29,0.058l0.291,0.056l0.291,0.055l0.291,0.055l0.292,0.053l0.292,0.053l0.292,0.052l0.293,0.051l0.293,0.05l0.293,0.049l0.294,0.048l0.294,0.047l0.294,0.047l0.295,0.045l0.294,0.045l0.296,0.044l0.295,0.043l0.296,0.041l0.296,0.041l0.296,0.041l0.296,0.039l0.297,0.038l0.297,0.037l0.298,0.037l0.298,0.035l0.298,0.035l0.298,0.033l0.298,0.033l0.299,0.032l0.3,0.031l0.299,0.03l0.3,0.029l0.3,0.028l0.3,0.027l0.3,0.027l0.301,0.025l0.301,0.024l0.302,0.024l0.301,0.022l0.302,0.022l0.302,0.02l0.303,0.02l0.302,0.019l0.303,0.017l0.303,0.017l0.304,0.016l0.303,0.015l0.304,0.014l0.305,0.013l0.304,0.012l0.305,0.011l0.305,0.01l0.305,0.01l0.305,0.008l0.306,0.007l0.306,0.006l0.306,0.006l0.307,0.004l0.306,0.004l0.307,0.002l0.308,0.002l0.307,0l0.307,0l0.308,-0.002l0.307,-0.002l0.306,-0.004l0.307,-0.004l0.306,-0.006l0.306,-0.006l0.306,-0.007l0.305,-0.008l0.305,-0.01l0.305,-0.01l0.305,-0.011l0.304,-0.012l0.305,-0.013l0.304,-0.014l0.303,-0.015l0.304,-0.016l0.303,-0.017l0.303,-0.017l0.302,-0.019l0.303,-0.02l0.302,-0.02l0.302,-0.022l0.301,-0.022l0.302,-0.024l0.301,-0.024l0.301,-0.025l0.3,-0.027l0.3,-0.027l0.3,-0.028l0.3,-0.029l0.299,-0.03l0.3,-0.031l0.299,-0.032l0.298,-0.033l0.298,-0.033l0.298,-0.035l0.298,-0.035l0.298,-0.037l0.297,-0.037l0.297,-0.038l0.296,-0.039l0.296,-0.041l0.296,-0.041l0.296,-0.041l0.295,-0.043l0.296,-0.044l0.294,-0.045l0.295,-0.045l0.294,-0.047l0.294,-0.047l0.294,-0.048l0.293,-0.049l0.293,-0.05l0.293,-0.051l0.292,-0.052l0.292,-0.053l0.292,-0.053l0.291,-0.055l0.291,-0.055l0.291,-0.056l0.29,-0.058l0.291,-0.058l0.289,-0.058l0.29,-0.06l0.289,-0.061l0.289,-0.061l0.289,-0.063l0.288,-0.063l0.288,-0.064l0.287,-0.065l0.287,-0.066l0.287,-0.067l0.287,-0.068l0.286,-0.068l0.286,-0.069l0.286,-0.071l0.285,-0.071l0.285,-0.072l0.284,-0.073l0.284,-0.073l0.284,-0.075l0.284,-0.075l0.283,-0.076l0.283,-0.077l0.282,-0.078l0.282,-0.079l0.282,-0.08l0.281,-0.08l0.281,-0.082l0.281,-0.082l0.28,-0.083l0.28,-0.083l0.28,-0.085l0.279,-0.086l0.279,-0.086l0.278,-0.087l0.279,-0.088l0.277,-0.089l0.278,-0.09l0.277,-0.09l0.277,-0.092l0.276,-0.092l0.276,-0.093l0.275,-0.093l0.275,-0.095l0.275,-0.095l0.274,-0.097l0.274,-0.097l0.274,-0.098l0.273,-0.098l0.273,-0.1l0.273,-0.1l0.272,-0.101l0.271,-0.102l0.272,-0.103l0.271,-0.104l0.27,-0.104l0.27,-0.105l0.27,-0.106l0.269,-0.107l0.269,-0.107l0.269,-0.109l0.268,-0.109l0.267,-0.11l0.268,-0.11l0.267,-0.112l0.266,-0.112l0.266,-0.113l0.266,-0.114l0.265,-0.115l0.265,-0.115l0.264,-0.117l0.264,-0.117l0.264,-0.117l0.263,-0.119l0.262,-0.119l0.263,-0.12l0.262,-0.121l0.261,-0.122l0.261,-0.122l0.261,-0.124l0.26,-0.124l0.259,-0.124l0.26,-0.126l0.259,-0.126l0.258,-0.127l0.258,-0.128l0.257,-0.128l0.258,-0.13l0.256,-0.13l0.256,-0.13l0.256,-0.132l0.256,-0.132l0.254,-0.133l0.255,-0.134l0.254,-0.135l0.253,-0.135l0.253,-0.136l0.253,-0.137l0.252,-0.138l0.252,-0.138l0.251,-0.139l0.251,-0.14l0.25,-0.14l0.25,-0.141l0.249,-0.142l0.249,-0.143l0.248,-0.143l0.248,-0.144l0.248,-0.145l0.247,-0.146l0.246,-0.146l0.246,-0.147l0.246,-0.148l0.245,-0.148l0.245,-0.15l0.244,-0.15l0.243,-0.15l0.244,-0.152l0.242,-0.152l0.242,-0.152l0.242,-0.154l0.241,-0.154l0.241,-0.155l0.24,-0.156l0.24,-0.156l0.239,-0.157l0.239,-0.158l0.238,-0.158l0.238,-0.159l0.237,-0.16l0.237,-0.16l0.236,-0.162l0.236,-0.161l0.235,-0.163l0.234,-0.163l0.235,-0.164l0.233,-0.165l0.233,-0.165l0.233,-0.166l0.232,-0.167l0.232,-0.167l0.231,-0.168l0.23,-0.169l0.23,-0.169l0.23,-0.17l0.229,-0.171l0.228,-0.171l0.228,-0.173l0.227,-0.172l0.227,-0.174l0.227,-0.174l0.225,-0.175l0.226,-0.175l0.224,-0.176l0.224,-0.177l0.224,-0.177l0.223,-0.178l0.223,-0.179l0.221,-0.179l0.222,-0.18l0.221,-0.181l0.22,-0.181l0.22,-0.182l0.219,-0.183l0.219,-0.183l0.218,-0.184l0.217,-0.184l0.217,-0.186l0.217,-0.185l0.216,-0.187l0.215,-0.187l0.215,-0.188l0.214,-0.188l0.213,-0.189l0.213,-0.189l0.213,-0.191l0.212,-0.191l0.211,-0.191l0.211,-0.192l0.21,-0.193l0.209,-0.193l0.209,-0.194l0.209,-0.195l0.208,-0.195l0.207,-0.196l0.207,-0.196l0.206,-0.197l0.205,-0.198l0.205,-0.198l0.204,-0.199l0.204,-0.2l0.203,-0.2l0.202,-0.2l0.202,-0.202l0.202,-0.202l0.2,-0.202l0.2,-0.203l0.2,-0.204l0.199,-0.204l0.198,-0.205l0.198,-0.205l0.197,-0.206l0.196,-0.207l0.196,-0.207l0.195,-0.208l0.195,-0.209l0.194,-0.209l0.193,-0.209l0.193,-0.21l0.192,-0.211l0.191,-0.211l0.191,-0.212l0.191,-0.213l0.189,-0.213l0.189,-0.213l0.188,-0.214l0.188,-0.215l0.187,-0.215l0.187,-0.216l0.185,-0.217l0.186,-0.217l0.184,-0.217l0.184,-0.218l0.183,-0.219l0.183,-0.219l0.182,-0.22l0.181,-0.22l0.181,-0.221l0.18,-0.222l0.179,-0.221l0.179,-0.223l0.178,-0.223l0.177,-0.224l0.177,-0.224l0.176,-0.224l0.175,-0.226l0.175,-0.225l0.174,-0.227l0.174,-0.227l0.172,-0.227l0.173,-0.228l0.171,-0.228l0.171,-0.229l0.17,-0.23l0.169,-0.23l0.169,-0.23l0.168,-0.231l0.167,-0.232l0.167,-0.232l0.166,-0.233l0.165,-0.233l0.165,-0.233l0.164,-0.235l0.163,-0.234l0.163,-0.235l0.161,-0.236l0.162,-0.236l0.16,-0.237l0.16,-0.237l0.159,-0.238l0.158,-0.238l0.158,-0.239l0.157,-0.239l0.156,-0.24l0.156,-0.24l0.155,-0.241l0.154,-0.241l0.154,-0.242l0.152,-0.242l0.152,-0.242l0.152,-0.244l0.15,-0.243l0.15,-0.244l0.15,-0.245l0.148,-0.245l0.148,-0.246l0.147,-0.246l0.146,-0.246l0.146,-0.247l0.145,-0.248l0.144,-0.248l0.143,-0.248l0.143,-0.249l0.142,-0.249l0.141,-0.25l0.14,-0.25l0.14,-0.251l0.139,-0.251l0.138,-0.252l0.138,-0.252l0.137,-0.253l0.136,-0.253l0.135,-0.253l0.135,-0.254l0.134,-0.255l0.133,-0.254l0.132,-0.256l0.132,-0.256l0.13,-0.256l0.13,-0.256l0.13,-0.258l0.128,-0.257l0.128,-0.258l0.127,-0.258l0.126,-0.259l0.126,-0.26l0.124,-0.259l0.124,-0.26l0.124,-0.261l0.122,-0.261l0.122,-0.261l0.121,-0.262l0.12,-0.263l0.119,-0.262l0.119,-0.263l0.117,-0.264l0.117,-0.264l0.117,-0.264l0.115,-0.265l0.115,-0.265l0.114,-0.266l0.113,-0.266l0.112,-0.266l0.112,-0.267l0.11,-0.268l0.11,-0.267l0.109,-0.268l0.109,-0.269l0.107,-0.269l0.107,-0.269l0.106,-0.27l0.105,-0.27l0.104,-0.27l0.104,-0.271l0.103,-0.272l0.102,-0.271l0.101,-0.272l0.1,-0.273l0.1,-0.273l0.098,-0.273l0.098,-0.274l0.097,-0.274l0.097,-0.274l0.095,-0.275l0.095,-0.275l0.093,-0.275l0.093,-0.276l0.092,-0.276l0.092,-0.277l0.09,-0.277l0.09,-0.278l0.089,-0.277l0.088,-0.279l0.087,-0.278l0.086,-0.279l0.086,-0.279l0.085,-0.28l0.083,-0.28l0.083,-0.28l0.082,-0.281l0.082,-0.281l0.08,-0.281l0.08,-0.282l0.079,-0.282l0.078,-0.282l0.077,-0.283l0.076,-0.283l0.075,-0.284l0.075,-0.284l0.073,-0.284l0.073,-0.284l0.072,-0.285l0.071,-0.285l0.071,-0.286l0.069,-0.286l0.068,-0.286l0.068,-0.287l0.067,-0.287l0.066,-0.287l0.065,-0.287l0.064,-0.288l0.063,-0.288l0.063,-0.289l0.061,-0.289l0.061,-0.289l0.06,-0.29l0.058,-0.289l0.058,-0.291l0.058,-0.29l0.056,-0.291l0.055,-0.291l0.055,-0.291l0.053,-0.292l0.053,-0.292l0.052,-0.292l0.051,-0.293l0.05,-0.293l0.049,-0.293l0.048,-0.294l0.047,-0.294l0.047,-0.294l0.045,-0.295l0.045,-0.294l0.044,-0.296l0.043,-0.295l0.041,-0.296l0.041,-0.296l0.041,-0.296l0.039,-0.296l0.038,-0.297l0.037,-0.297l0.037,-0.298l0.035,-0.298l0.035,-0.298l0.033,-0.298l0.033,-0.298l0.032,-0.299l0.031,-0.3l0.03,-0.299l0.029,-0.3l0.028,-0.3l0.027,-0.3l0.027,-0.3l0.025,-0.301l0.024,-0.301l0.024,-0.302l0.022,-0.301l0.022,-0.302l0.02,-0.302l0.02,-0.303l0.019,-0.302l0.017,-0.303l0.017,-0.303l0.016,-0.304l0.015,-0.303l0.014,-0.304l0.013,-0.305l0.012,-0.304l0.011,-0.305l0.01,-0.305l0.01,-0.305l0.008,-0.305l0.007,-0.306l0.006,-0.306l0.006,-0.306l0.004,-0.307l0.004,-0.306l0.002,-0.307l0.002,-0.308l0,-0.307l0,-0.307l-0.002,-0.308l-0.002,-0.307l-0.004,-0.306l-0.004,-0.307l-0.006,-0.306l-0.006,-0.306l-0.007,-0.306l-0.008,-0.305l-0.01,-0.305l-0.01,-0.305l-0.011,-0.305l-0.012,-0.304l-0.013,-0.305l-0.014,-0.304l-0.015,-0.303l-0.016,-0.304l-0.017,-0.303l-0.017,-0.303l-0.019,-0.302l-0.02,-0.303l-0.02,-0.302l-0.022,-0.302l-0.022,-0.301l-0.024,-0.302l-0.024,-0.301l-0.025,-0.301l-0.027,-0.3l-0.027,-0.3l-0.028,-0.3l-0.029,-0.3l-0.03,-0.299l-0.031,-0.3l-0.032,-0.299l-0.033,-0.298l-0.033,-0.298l-0.035,-0.298l-0.035,-0.298l-0.037,-0.298l-0.037,-0.297l-0.038,-0.297l-0.039,-0.296l-0.041,-0.296l-0.041,-0.296l-0.041,-0.296l-0.043,-0.295l-0.044,-0.296l-0.045,-0.294l-0.045,-0.295l-0.047,-0.294l-0.047,-0.294l-0.048,-0.294l-0.049,-0.293l-0.05,-0.293l-0.051,-0.293l-0.052,-0.292l-0.053,-0.292l-0.053,-0.292l-0.055,-0.291l-0.055,-0.291l-0.056,-0.291l-0.058,-0.29l-0.058,-0.291l-0.058,-0.289l-0.06,-0.29l-0.061,-0.289l-0.061,-0.289l-0.063,-0.289l-0.063,-0.288l-0.064,-0.288l-0.065,-0.287l-0.066,-0.287l-0.067,-0.287l-0.068,-0.287l-0.068,-0.286l-0.069,-0.286l-0.071,-0.286l-0.071,-0.285l-0.072,-0.285l-0.073,-0.284l-0.073,-0.284l-0.075,-0.284l-0.075,-0.284l-0.076,-0.283l-0.077,-0.283l-0.078,-0.282l-0.079,-0.282l-0.08,-0.282l-0.08,-0.281l-0.082,-0.281l-0.082,-0.281l-0.083,-0.28l-0.083,-0.28l-0.085,-0.28l-0.086,-0.279l-0.086,-0.279l-0.087,-0.278l-0.088,-0.279l-0.089,-0.277l-0.09,-0.278l-0.09,-0.277l-0.092,-0.277l-0.092,-0.276l-0.093,-0.276l-0.093,-0.275l-0.095,-0.275l-0.095,-0.275l-0.097,-0.275l-0.097,-0.273l-0.098,-0.274l-0.098,-0.273l-0.1,-0.273l-0.1,-0.273l-0.101,-0.272l-0.102,-0.271l-0.103,-0.272l-0.104,-0.271l-0.104,-0.27l-0.105,-0.27l-0.106,-0.27l-0.107,-0.269l-0.107,-0.269l-0.109,-0.269l-0.109,-0.268l-0.11,-0.267l-0.11,-0.268l-0.112,-0.267l-0.112,-0.266l-0.113,-0.266l-0.114,-0.266l-0.115,-0.265l-0.115,-0.265l-0.117,-0.264l-0.117,-0.264l-0.117,-0.264l-0.119,-0.263l-0.119,-0.262l-0.12,-0.263l-0.121,-0.262l-0.122,-0.261l-0.122,-0.261l-0.124,-0.261l-0.124,-0.26l-0.124,-0.259l-0.126,-0.26l-0.126,-0.259l-0.127,-0.258l-0.128,-0.258l-0.128,-0.257l-0.13,-0.258l-0.13,-0.256l-0.13,-0.256l-0.132,-0.256l-0.132,-0.256l-0.133,-0.254l-0.134,-0.255l-0.135,-0.254l-0.135,-0.253l-0.136,-0.253l-0.137,-0.253l-0.138,-0.252l-0.138,-0.252l-0.139,-0.251l-0.14,-0.251l-0.14,-0.25l-0.141,-0.25l-0.142,-0.249l-0.143,-0.249l-0.143,-0.248l-0.144,-0.248l-0.145,-0.248l-0.146,-0.247l-0.146,-0.246l-0.147,-0.246l-0.148,-0.246l-0.148,-0.245l-0.15,-0.245l-0.15,-0.244l-0.15,-0.243l-0.152,-0.244l-0.152,-0.242l-0.152,-0.242l-0.154,-0.242l-0.154,-0.241l-0.155,-0.241l-0.156,-0.24l-0.156,-0.24l-0.157,-0.239l-0.158,-0.239l-0.158,-0.238l-0.159,-0.238l-0.16,-0.237l-0.16,-0.237l-0.162,-0.236l-0.161,-0.236l-0.163,-0.235l-0.163,-0.234l-0.164,-0.235l-0.165,-0.233l-0.165,-0.233l-0.166,-0.233l-0.167,-0.232l-0.167,-0.232l-0.168,-0.231l-0.169,-0.23l-0.169,-0.23l-0.17,-0.23l-0.171,-0.229l-0.171,-0.228l-0.173,-0.228l-0.172,-0.227l-0.174,-0.227l-0.174,-0.227l-0.175,-0.225l-0.175,-0.225l-0.176,-0.225l-0.177,-0.224l-0.177,-0.224l-0.178,-0.223l-0.179,-0.223l-0.179,-0.221l-0.18,-0.222l-0.181,-0.221l-0.181,-0.22l-0.182,-0.22l-0.183,-0.219l-0.183,-0.219l-0.184,-0.218l-0.184,-0.217l-0.186,-0.217l-0.185,-0.217l-0.187,-0.216l-0.187,-0.215l-0.188,-0.215l-0.188,-0.214l-0.189,-0.213l-0.189,-0.213l-0.191,-0.213l-0.191,-0.212l-0.191,-0.211l-0.192,-0.211l-0.193,-0.21l-0.193,-0.209l-0.194,-0.209l-0.195,-0.209l-0.195,-0.208l-0.196,-0.207l-0.196,-0.207l-0.197,-0.206l-0.198,-0.205l-0.198,-0.205l-0.199,-0.204l-0.2,-0.204l-0.2,-0.203l-0.2,-0.202l-0.202,-0.202l-0.202,-0.202l-0.202,-0.2l-0.203,-0.2l-0.204,-0.2l-0.204,-0.199l-0.205,-0.198l-0.206,-0.198l-0.206,-0.197l-0.206,-0.196l-0.207,-0.196l-0.208,-0.195l-0.209,-0.195l-0.209,-0.194l-0.209,-0.193l-0.21,-0.193l-0.211,-0.192l-0.211,-0.191l-0.212,-0.191l-0.213,-0.19l-0.213,-0.19l-0.213,-0.189l-0.214,-0.188l-0.215,-0.188l-0.215,-0.187l-0.216,-0.187l-0.217,-0.186l-0.217,-0.185l-0.217,-0.184l-0.218,-0.184l-0.219,-0.183l-0.219,-0.183l-0.22,-0.182l-0.22,-0.181l-0.221,-0.181l-0.222,-0.18l-0.222,-0.179l-0.222,-0.179l-0.223,-0.178l-0.224,-0.177l-0.224,-0.177l-0.224,-0.176l-0.226,-0.175l-0.225,-0.175l-0.227,-0.174l-0.227,-0.174l-0.227,-0.172l-0.228,-0.173l-0.228,-0.171l-0.229,-0.171l-0.23,-0.17l-0.23,-0.169l-0.23,-0.169l-0.231,-0.168l-0.232,-0.167l-0.232,-0.167l-0.233,-0.166l-0.233,-0.165l-0.233,-0.165l-0.235,-0.164l-0.234,-0.163l-0.235,-0.163l-0.236,-0.161l-0.236,-0.162l-0.237,-0.16l-0.237,-0.16l-0.238,-0.159l-0.238,-0.158l-0.239,-0.158l-0.239,-0.157l-0.24,-0.156l-0.24,-0.156l-0.241,-0.155l-0.241,-0.154l-0.242,-0.154l-0.242,-0.152l-0.242,-0.152l-0.244,-0.152l-0.243,-0.15l-0.244,-0.15l-0.245,-0.15l-0.245,-0.148l-0.246,-0.148l-0.246,-0.147l-0.246,-0.146l-0.247,-0.146l-0.248,-0.145l-0.248,-0.144l-0.248,-0.143l-0.249,-0.143l-0.249,-0.142l-0.25,-0.141l-0.25,-0.14l-0.251,-0.14l-0.251,-0.139l-0.252,-0.139l-0.252,-0.137l-0.253,-0.137l-0.253,-0.136l-0.253,-0.135l-0.254,-0.135l-0.255,-0.134l-0.254,-0.133l-0.256,-0.132l-0.256,-0.131l-0.256,-0.131l-0.256,-0.13l-0.257,-0.13l-0.258,-0.128l-0.258,-0.128l-0.258,-0.127l-0.259,-0.126l-0.26,-0.126l-0.259,-0.125l-0.26,-0.123l-0.261,-0.124l-0.261,-0.122l-0.261,-0.122l-0.262,-0.121l-0.263,-0.12l-0.262,-0.119l-0.263,-0.119l-0.264,-0.117l-0.264,-0.117l-0.264,-0.117l-0.265,-0.115l-0.265,-0.115l-0.266,-0.114l-0.266,-0.113l-0.266,-0.112l-0.267,-0.112l-0.268,-0.11l-0.267,-0.11l-0.268,-0.109l-0.269,-0.109l-0.269,-0.107l-0.269,-0.107l-0.27,-0.106l-0.27,-0.105l-0.27,-0.104l-0.271,-0.104l-0.272,-0.103l-0.271,-0.102l-0.272,-0.101l-0.273,-0.1l-0.273,-0.1l-0.273,-0.098l-0.274,-0.098l-0.274,-0.097l-0.274,-0.097l-0.275,-0.095l-0.275,-0.095l-0.275,-0.093l-0.276,-0.093l-0.277,-0.093l-0.276,-0.091l-0.277,-0.09l-0.278,-0.09l-0.277,-0.089l-0.278,-0.088l-0.279,-0.087l-0.279,-0.086l-0.279,-0.086l-0.28,-0.085l-0.28,-0.083l-0.28,-0.083l-0.281,-0.083l-0.281,-0.081l-0.281,-0.08l-0.282,-0.08l-0.282,-0.079l-0.282,-0.078l-0.283,-0.077l-0.283,-0.076l-0.284,-0.075l-0.284,-0.075l-0.284,-0.073l-0.284,-0.073l-0.285,-0.072l-0.285,-0.071l-0.286,-0.071l-0.286,-0.069l-0.286,-0.068l-0.287,-0.068l-0.287,-0.067l-0.287,-0.066l-0.287,-0.065l-0.288,-0.064l-0.288,-0.063l-0.289,-0.063l-0.289,-0.061l-0.289,-0.061l-0.29,-0.06l-0.289,-0.058l-0.291,-0.058l-0.29,-0.058l-0.291,-0.056l-0.291,-0.055l-0.291,-0.055l-0.292,-0.053l-0.292,-0.053l-0.293,-0.052l-0.292,-0.051l-0.293,-0.05l-0.293,-0.049l-0.294,-0.048l-0.294,-0.047l-0.294,-0.047l-0.295,-0.045l-0.294,-0.045l-0.296,-0.044l-0.295,-0.043l-0.296,-0.041l-0.296,-0.041l-0.296,-0.041l-0.296,-0.039l-0.297,-0.038l-0.297,-0.037l-0.298,-0.037l-0.298,-0.035l-0.298,-0.035l-0.298,-0.033l-0.298,-0.033l-0.299,-0.032l-0.299,-0.031l-0.3,-0.03l-0.3,-0.029l-0.3,-0.028l-0.3,-0.027l-0.3,-0.026l-0.301,-0.026l-0.301,-0.024l-0.302,-0.024l-0.301,-0.022l-0.302,-0.022l-0.302,-0.02l-0.303,-0.02l-0.302,-0.019l-0.303,-0.017l-0.303,-0.017l-0.304,-0.016l-0.303,-0.015l-0.304,-0.014l-0.305,-0.013l-0.304,-0.012l-0.305,-0.011l-0.305,-0.01l-0.305,-0.01l-0.305,-0.008l-0.306,-0.007l-0.306,-0.006l-0.306,-0.006l-0.307,-0.004l-0.306,-0.004l-0.307,-0.002l-0.308,-0.002l-0.307,0l-0.307,0Z"/></svg>

 

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Sure, I'll make a simple example. Heres a file straight from w3 https://www.w3schools.com/graphics/tryit.asp?filename=trysvg_line

If I import it into designer, then save it back out again, heres the new markup:

 

Original

<svg height="210" width="500">
  <line class="testClass" x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
  Sorry, your browser does not support inline SVG.
</svg>

If I open it with designer, and attempt to change only the color of the line and save, it prompts me to save it as an .afdesign file. This doesn't make sense for an svg. But then I understand thats what the export persona is supposed to do. So I go ahead and export with the export persona and I get this markup:

 

Modified

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 500 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
    <path d="M0,0L200,200" style="fill-rule:nonzero;stroke:#0072ff;stroke-width:2px;"/>
</svg>

Now a few things should be noted here:

  • The class I added to the line was gone
  • (less of a problem) the line was converted to a path
  • The width and height I had just changed
  • The browser support text I added is gone

I think the export persona should have an svg tab added that imports the extra attributes from each element, and lets us add our own attributes like classes, or even some custom attributes that we might need for our application. That way, when we need to make a change to the artwork, we don't need to painstakingly modify the output code by hand all the time. 

 

Just scrolling through the forums, it seems a lot of the users are using designer to author content for the web. Its really the big pain point for me in switching from illustrator, even though I prefer to use designer so much more, its just currently not practical to add to my workflow just yet.

Link to comment
Share on other sites

21 minutes ago, saivan said:

Sure, I'll make a simple example. Heres a file straight from w3 https://www.w3schools.com/graphics/tryit.asp?filename=trysvg_line

If I import it into designer, then save it back out again, heres the new markup:

 

Original


<svg height="210" width="500">
  <line class="testClass" x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
  Sorry, your browser does not support inline SVG.
</svg>

If I open it with designer, and attempt to change only the color of the line and save, it prompts me to save it as an .afdesign file. This doesn't make sense for an svg. But then I understand thats what the export persona is supposed to do. So I go ahead and export with the export persona and I get this markup:

 

Modified


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 500 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
    <path d="M0,0L200,200" style="fill-rule:nonzero;stroke:#0072ff;stroke-width:2px;"/>
</svg>

Now a few things should be noted here:

  • The class I added to the line was gone
  • (less of a problem) the line was converted to a path
  • The width and height I had just changed
  • The browser support text I added is gone

I think the export persona should have an svg tab added that imports the extra attributes from each element, and lets us add our own attributes like classes, or even some custom attributes that we might need for our application. That way, when we need to make a change to the artwork, we don't need to painstakingly modify the output code by hand all the time. 

 

Just scrolling through the forums, it seems a lot of the users are using designer to author content for the web. Its really the big pain point for me in switching from illustrator, even though I prefer to use designer so much more, its just currently not practical to add to my workflow just yet.

 

I agree, being able to have some form of tag preset option would be a very attractive option for web designers, thinking out of the "view box" would make Affinity an attractive option for many potential users, being able to customise SVG export to this level would be a boon to many people.

 

There is no customisable option for your needs, Even in File > Export... > SVG: SVG for Web: More... there are no options that will ultimately prevent removing classes etc. I think once you start to hand-code an SVG, your hands are tied and the only option is to continue hand-coding.

5afd235f83616_ScreenShot2018-05-17at07_35_48.png.6fb071876a5471abae7bce3d07f8fa3a.png

 

But until such a thing could be implemented you will have to find an app that can fit your workflow because Affinity Designer isn't going to change their export options anytime soon, unless they have improved their SVG export in the 1.7 version.

 

I wish I could code, I'd make the ultimate SVG creator and be rich :D

 

Might be an idea to add a feature request for your idea

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Well, its a shame because I can't imagine it would be to hard to add this sort of thing. I mean after-all, it would just be an option to attach exportable attributes to particular layers. Its literally just adding text :P But how exactly would we go about making a feature request anyway?

Link to comment
Share on other sites

https://forum.affinity.serif.com/index.php?/forum/6-feature-requests-suggestions-and-feedback/

 

Post here and lets hope they take onboard this great idea.

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Awesome, fingers crossed :27_sunglasses:

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Just found this: http://www.drawsvg.org/drawsvg.html it allows classes etc, could do with a redesign to be honest and made to look a bit slicker but might be worth a look, would be nice to see a code window though. might be worth chatting to the creator to see if it can be improved.

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.