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

Can Affinity Designer export to SVG file with <line> ?


Recommended Posts

Hi, I'm newer in Affinity Designer.  Adobe illustrator has line segment tool, when i use it, and then export to SVG file in which has <line> tag.But Affinity Designer don't. I use pen tool with line mode, and export to SVG, only <Path> tag.   Can Affinity Designer export to SVG file with <line> tag?

Link to comment
Share on other sites

Yes. I'm designing a mobile game with Affinity Designer to draw the game map. I want to export the map to SVG which can give me some detail about some elements's coordinates. But now I think of an idea to solve this problem, setting the pen tool only line mode and no texture style, and then export it to SVG which only have <rect> tag which I can write some script to convert what I want.Haha.....Thanks to answer my question!   But I hope Affinity Designer can have some tools to help game desinger in the futrue!

Link to comment
Share on other sites

Hi, coachgao, welcome to the forums.

 

I'm afraid we don't use the <line> tag in our SVG export. We use <path> because it is a more compact way of expressing the same thing. Is there a reason you need it to be <line>?

Yes. I'm designing a mobile game with Affinity Designer to draw the game map. I want to export the map to SVG which can give me some detail about some elements's coordinates. But now I think of an idea to solve this problem, setting the pen tool only line mode and no texture style, and then export it to SVG which only have <rect> tag which I can write some script to convert what I want.Haha.....Thanks to answer my question!   But I hope Affinity Designer can have some tools to help game desinger in the futrue!

Link to comment
Share on other sites

  • 11 months later...
  • 3 months later...

Hi @coachgao @saivan!

 

I found solution for our trouble (not perfect, but it work!):

After SVG export you can edit file in notepad++ by find/replace tool:

<path to <line

d="M to x1="
, (Regular Expressions ,(?=.*,)) to " y1="
L to " x2="
and second , to " y2="  

And yes, quotes — important! 

Be better if save actions as one macros.And dont forget about "find in selection" option!

 

Link to comment
Share on other sites

Well that's only practical for trivial short and handy/manageable lines here, so to say those paths you can easily code manually by hand instead. - For other more complex paths ...

 <path style="fill:#F8C20F;" d="M95.29,361.71l-2.97,0.14l-2.53-1.93l-1.7-0.02l-3.15,4.38c-2.39,2.4-4.75,4.5-7.42,6.58l-4.96,2.33l-6.01,1.06l-0.47,1.78l0.49,3.1c2.5-0.03,4.94-0.33,7.43-0.6l1.81,2.71l1.71-0.32l-1.45-1.95l1.72-2.87l2.25-0.3c-0.17,0.94-0.48,1.86-0.88,2.73l0.9,1.1c1.55,0.55,3.06,1.09,4.55,1.79l1.74,0.28l1.07-3.53l0.12-4.49l-0.9-0.5l-2.47,1.41l-1.2,0.02l1.04-3.08l2.71-2.2c1.59,1.21,3.18,2.41,4.78,3.61l1.07-0.57l-1.15-2.66l-2.7-1.19l0.35-2.98l2.76-2.46l0.42,2.23l1.08,0.92l2.75-0.17l0.37-1.4l2.19-0.35l1.72-1.77l-2.76,0.19L95.29,361.71"/>

... or nightmare paths ...

<path d="M84,374.3c-0.31-1.09,0.16-2.16,0.9-2.98c0.62-0.68,2.12-1.6,2.99-0.88c0.77,0.63,0.38,1.78,1.51,2.27c1.13,0.5,2.38,0.8,3.62,0.82c0.02-0.95-0.08-2.05-0.6-2.87c-0.26-0.4-0.44-0.87-0.81-1.18c-0.53-0.43-1.37-0.49-1.98-0.77c-1.73-0.79,0.71-4.76,2.14-4.97c-0.33,0.6-0.28,1.22,0.14,1.76c0.31,0.4,1.12,1.44,1.69,1.4c0.82-0.05,2.72,0.02,3.16-0.93c0.15-0.31,0.08-0.84,0.49-0.89c0.48-0.06,0.9-0.01,1.37-0.2c1.03-0.41,2.67-1.54,2.69-2.79c0.01-0.33-1.79,0.03-2.01,0.05c-1.36,0.13-2.29-0.26-3.48-0.83c-0.93-0.44-2.14,0.33-3.17,0.01c-1.18-0.37-2.22-2.31-3.52-2.15c0.03-1.68,1.11-3.14,2.08-4.42c1.14-1.52,2.18-3.09,3.18-4.71c2.16-3.51,4.04-7.16,6.12-10.7c2.11-3.58,2.55-7.31,3.12-11.34c0.27-1.91,0.91-3.75,1.32-5.62c0.32-1.42,0.88-2.66,2.31-3.25c3.42-1.46,6.01-5,8.25-7.84c2.55-3.24,4.71-6.72,6.89-10.21c2.18-3.49,4.23-7.05,6.52-10.47c1.16-1.73,2.34-3.45,3.43-5.22c0.9-1.46,2.23-3.11,1.53-4.9c-0.9-2.3-3.35-3.88-5.25-5.3c-1.26-0.94-2.58-1.8-3.92-2.63c-1.21-0.74-2.84-1.25-3.82-2.29c-0.85-0.9,0.19-2.18,0.6-3.02c0.74-1.51,1.42-3.05,2.07-4.6c1.23-2.95,2.61-5.92,3.33-9.04c0.33-1.4,0.44-2.87-0.05-4.24c-0.44-1.25-1.93-2.93-1.75-4.32c0.19-1.4,0.77-2.82,1.08-4.21c0.38-1.67,0.67-3.37,0.74-5.08c0.06-1.58,0.32-3.13,0.36-4.71c0.04-1.63,0-3.22-0.08-4.85c-0.16-3.27-2.35-4.71-4.68-6.66c-2.57-2.14-5.33-4.1-8.1-5.96c-2.73-1.83-5.63-3.97-8.65-5.28c-0.59-0.26-0.62-0.3-0.99,0.25c-0.33,0.49-0.77,1-1.01,1.54c-0.25,0.55,0.43,1,0.54,1.62c0.18,1.01,0.18,2.12,0.64,3.06c0.54-0.24,2.4-2.01,2.85-1.45c0.8,1,0.6,2.33,0.85,3.55c1.04-0.17,1.82-1.28,2.79-1.68c0.24,1.11,0.44,2.38,0.41,3.51c1.15-0.16,1.91-1.22,3.04-1.42c0.13,0.93-0.06,2.35,0.32,3.19c0.16,0.36,0.65,0.85,0.96,0.41c0.26-0.37,0.68-0.71,1.15-0.78c0.03,0.49-0.38,3.53-1.39,3.34c-1.46-0.32-2.71-1.23-3.99-1.98c-1.45-0.85-2.92-1.7-4.38-2.53c-2.21-1.27-5.99-2.1-5.81-5.24c-0.68,0.55-1.37,1.6-1.56,2.46c0.99-0.39,0.7,2.1,0.73,2.53c0.05,0.86,0.21,1.68,0.16,2.54c-0.05,0.9,0.39,2.11,0.11,2.95c-0.41,1.22-2.58,0.36-3.53,0.49c-1.63,0.22-3.05,0.05-3.98,1.56c0.98-0.25,7.45-2.11,7.4,0.32c-0.05,1.85-2.86,1.41-3.93,1.45c-0.98,0.04-2,0.25-2.94,0.55c-0.45,0.14-0.89,0.32-1.35,0.41c-0.31,0.06-0.92-0.16-1.13,0.17c-0.42,0.63-0.92,1.3-1.18,2.02c2.76-1.21,4.92-2.62,8.07-2.54c-1.17,0.95-2.74,0.98-4.15,1.25c-1.57,0.3-2.65,1.17-3.94,2.03c-0.35,0.24-0.7,0.21-0.99,0.55c-0.38,0.46-0.66,1.01-0.94,1.53c-0.77,1.44-1.64,2.56-2.05,4.17c-0.93,3.59-1.25,7.69,0.23,11.17c0.57,1.33,1.37,2.53,2.44,3.49c0.78,0.7,2.38,1.87,1.93,3.12c-2.71-2.04-4.63-4.53-5.66-7.78c-0.51-1.64-0.82-3.4-0.74-5.11c0.06-1.27,1.05-2.8,0.84-4.02c-0.64,0.49-1.01,1.26-1.34,1.97c-0.45,0.95-0.29,1.6-0.27,2.62c0.04,2.25,0.54,4.55,1.4,6.63c0.76,1.83,1.85,3.33,3.35,4.63c1.36,1.17,3.16,2.09,2.84,4.17c-0.07,0.43-1.06,0.51-1.4,0.4c-2.3-0.77-4.73-3.26-5.99-5.28c-1.59-2.55-2.48-5.97-2.52-8.96c-1.58,1.24-0.48,3.81,0.06,5.3c0.44,1.24,1.05,2.52,1.14,3.84c0.1,1.49-0.41,3.03-0.74,4.47c-0.67,2.94-1.46,5.85-2.39,8.72c-0.42,1.31-1.63,7.15-3.71,6.83c-0.58-0.09-1.03-0.27-1.53-0.58c-1.29-0.79-0.5-2.57-0.25-3.73c0.43-1.98,0.89-3.95,1.33-5.93c0.87-3.87,0.89-7.9,1.66-11.79c-1.34,0.74-1.26,2.35-1.38,3.64c-0.17,1.92-0.37,3.85-0.73,5.75c-0.34,1.81-0.54,3.64-0.94,5.44c-0.39,1.73-0.68,3.92-1.74,5.38c-0.62,0.84-1.98,0.29-2.79,0.03c-1.5-0.48-3.01-0.9-4.47-1.49c-0.45-0.18-1.11,1.31-1.28,1.59c-0.64,1.07-0.61,1.79-0.32,2.98c0.55,2.25-1.4,5.81-3.94,5.77c-0.3-0.01-0.6-0.07-0.88-0.18c-0.53-0.21-0.54,0.3-0.81,0.74c-0.62,1.02-1.3,2-1.96,3c-0.52,0.8-1.02,1.62-1.43,2.48c-0.35,0.76,0.52,1.53,0.41,2.3c-0.38-0.49-0.72-1.13-0.7-1.77c-1.49,1.22-0.04,3.28,0.22,4.75c0.2,1.16,0.54,3.25-0.69,3.99c0.06-2.35-0.6-4.47-0.83-6.77c-0.76,0.59-0.61,1.49-0.46,2.32c0.24,1.34,0.41,2.71,0.53,4.06c0.21,2.42-0.05,4.91-0.17,7.33c0,0.08-0.46,0.08-0.5,0.03c-0.29-0.3,0-1.31,0.04-1.68c0.12-1.12,0.07-2.29,0.1-3.42c0.04-1.46,0.08-4.99-1.86-5.46c-0.3,0.88,0.33,1.87,0.64,2.66c0.32,0.81,0.37,1.72,0.35,2.58c-0.05,2.31,0.09,4.54-0.56,6.77c-1.43-0.5-3.01-0.21-4.48-0.54c-0.17-0.04-2.64-1.06-2.77-0.84c-0.14,0.22-1.61,2.16-1.19,2.47c0.45,0.32,0.53,0.67,0.63,1.21c-0.29-0.15-1.16-0.68-1.49-0.54c-0.45,0.2-0.67,1.11-0.9,1.5c-0.6,0.96-1.32,1.87-1.71,2.94c0.45,0.26,0.98,0.26,1.49,0.29c0.02-0.81,0.27-3.32,1.67-2.11c0.45,0.39,1.12,0.86,1.19,1.52c0.02,0.21-0.77,2.45-0.44,2.52c0.86,0.17,1.97-0.62,2.38,0.59c0.06,0.18,0.68,1.89,0.24,1.88c-0.61-0.02-1.16,0.09-1.66,0.46c0.37,0.69,1.62,1.11,2.26,1.54c0.14,0.09,0.01,0.91,0,1.09c-0.01,0.58-1.28-0.08-1.5-0.2c-1.11-0.63-1.52-1.51-1.62-2.73c-0.2-2.51-2.78-3.29-4.78-3.85c-0.61,2.25,1.53,3.08,2.43,4.86c0.46,0.92,0.53,1.96,0.82,2.93c0.23,0.79,0.66,1.72,0.48,2.56c-1.38-0.2-2.41-1.45-3.47-2.24c-1.22-0.9-2.31-1.98-3.65-2.7c0.03,0.23-0.31,0.61-0.27,0.74c0.06,0.19,1.1,0.67,1.26,0.8c0.64,0.52,1.31,1,1.99,1.47c1.35,0.93,2.76,1.9,3.89,3.09c1.05,1.1,1.33,2.34,1.69,3.77c0.44,1.77,0.92,3.53,1.41,5.29c0.96,3.47,1.8,6.97,2.72,10.45c0.46,1.74,0.87,3.49,1.35,5.21c0.2,0.72,0.42,1.43,0.63,2.14c0.14,0.45,0.64,0.98,0.5,1.48c-0.36,1.24-1.24,2.15-1.37,3.5c-0.13,1.37,0.61,2.56,1.44,3.56c0.88,1.06,0.42,1.92,0.62,3.15c0.22,1.37,1.11,1.97,2.27,2.63c1.16,0.67,1.56,1.93,2.29,2.99c0.84,1.22,2.02,2.24,3.23,3.08c1.11,0.77,2.31,1.43,3.55,1.98c0.53,0.23,3.32,0.85,3.34,1.59c0.06,1.21-0.21,2.22,0.06,3.46c0.13,0.62,0.21,2.2,1.06,2.16c0.66-0.04,1.11-0.18,1.74-0.41c0.09,0.36,0.29,0.7,0.47,1.01c0.95-0.77,1.68-1.43,3.02-1.47c0.69-0.02,2.27,0.04,2.3,1.03c0.02,0.51-0.26,1.03,0.32,1.2c0.83,0.24,1.67-0.2,2.52-0.07c0.63,0.09,1.49,0.29,1.84-0.42c-0.78-0.11-2.4-1.67-2.11-2.5c0.38-1.08,1.75-2.38,2.98-2.23c-0.2,0.53-0.49,1.01-0.71,1.54c-0.3,0.76,0.11,0.99,0.61,1.6c0.82,0.99,1.9,0.85,2.98,1.19c-0.24,0.13-0.48,0.74-0.11,0.75c1.23,0.03,2.34,0.35,3.54,0.56c1.4,0.23,1.57-2.51,1.85-3.34c0.5-1.5,0.3-3.51-0.04-5.04c-0.13-0.61-1.53-0.79-2.02-0.77C84.92,372.97,84.45,373.67,84,374.3M85.56,381.33c-0.35-0.8-1.16-0.7-1.88-0.57c-0.27,0.05-0.5-1.76-0.55-1.99c-0.64,0.3-1.3,0.94-2.07,0.7c-0.32-0.1-1.45-0.39-1.41-0.83c0.03-0.52,0.47-1.94,1.16-1.93c0.64,0.01,1.32,1.14,1.81,1.5c0.86,0.63,1.68,0.77,2.71,0.87c0.12,0.01,0.19-0.88,0.8-0.73c-0.11-0.79-1.05-0.71-1.21-1.28c-0.15-0.46,0.72-1.46,0.8-1.98c-0.28-0.04-0.51,0.11-0.76,0.23c0.05-1.03,1.05-1.96,2.09-1.52c0.69,0.29-0.22,2.36-0.77,2.53c-0.05,0.02,0.66,2.02,0.55,2.31C86.45,379.6,86.86,381.36,85.56,381.33M76.07,380.83c0.33-0.61,0.46-0.61,0.75,0.02C76.57,380.84,76.32,380.84,76.07,380.83M66.87,378.84c0.51-0.74,1.61-0.64,2.39-0.74c1.33-0.17,2.67-0.67,3.92-1.12c2.61-0.94,5.25-2.17,7.48-3.84c2.05-1.54,3.77-3.48,5.39-5.46c0.9-1.1,1.77-2.22,2.67-3.32c0.59-0.72,1.58-2.48,2.6-2.63c0.14,1.03-0.95,1.84-1.52,2.54c-0.91,1.12-1.82,2.24-2.73,3.35c-1.65,2-3.36,4.2-5.52,5.67C77.08,376.32,72.43,378.81,66.87,378.84M74.63,378.55c-0.12-0.66,0.5-0.65,1.02-0.72C75.57,378.27,75.16,379.5,74.63,378.55M67.65,377.61c0.05-0.78-0.76-2.57-0.02-2.93c0.33-0.15,0.76-0.2,1.11-0.29c0.17,1.19-0.73,1.63,0.17,2.76C68.55,377.39,68.08,377.56,67.65,377.61M82.94,376.51c0.46,0.07,1.15,0.12,0.98,0.78C83.49,377.19,82.98,377.01,82.94,376.51M70.42,376.93c0.09-0.45,0.37-1.04,0.29-1.49c0.26,0.27,0.35,0.63,0.41,0.99C71.23,377.08,71.04,376.96,70.42,376.93M66.43,376.58c0.06-0.36,0.41-0.57,0.76-0.48C67.02,376.39,66.72,376.47,66.43,376.58M80.71,375.71c0.09-0.42,0.43-0.86,0.78-1.11c0.41-0.29,0.69-0.47,0.96-0.01C83.05,375.6,81.33,375.92,80.71,375.71M74.45,375.8c0.18-0.95-0.52-1.63-0.68-2.52c0.14-0.04,0.97-0.31,1.03-0.16c0.25,0.58,0.68,1.52,0.66,2.16C75.45,375.73,74.88,375.73,74.45,375.8M69.48,374.66c0.42-0.62,1.4-0.2,0.99,0.53C70.12,375.1,69.79,374.82,69.48,374.66M76.22,375.08c-0.08-0.33-0.18-0.66-0.22-1.01c0.54,0,1.03,0.06,1.51-0.21C77.71,374.48,76.7,374.97,76.22,375.08M78,374.14c-0.1-0.8,2.06-1.51,2.56-2.01c0.45-0.46,0.75-1.02,0.04-1.43c-0.6-0.34-1.17,0.08-1.76,0.21c0.57-0.93,1.42-1.64,2.26-2.32c0.39-0.32,1.29-1.45,1.84-1.33c0.56,0.12,0.7,0.99,1.48,1.04c-0.07,0.36-0.36,0.77-0.65,0.98c-0.54,0.4-0.55-0.09-1.03-0.39c-0.68-0.43-1.52,1.31-0.13,1.36c-0.19,0.94-1.09,1.6-1.8,2.15C79.96,373.07,79.13,373.99,78,374.14M55.21,365.53c1.28,0.81,2.09,2.31,3.21,3.32c1.38,1.24,3.08,2.02,4.92,2.21c1.82,0.18,3.64-0.24,5.44-0.48c2.03-0.27,4.05-0.59,6.05-1.06c1.63-0.38,3.36-0.9,4.68-1.98c1.48-1.2,2.45-2.95,3.52-4.49c1.07-1.56,2.13-3.11,3.28-4.61c1-1.3,2.42-2.79,2.47-4.53c-1.49,0.22-1.89,2.42-3.08,3.17c0.1-1.73,0.81-3.25,1.62-4.74c0.83-1.54,0.39-3.27,0.85-4.91c1.01-3.65,2.59-7.28,3.9-10.83c1.3-3.51,2.57-7.21,4.29-10.54c0.73-1.41,1.15-3.04,2.54-3.97c0.18-0.12,3.28-1.66,3.26-1.23c-0.02,1.27-1.09,2.97-1.62,4.11c-0.76,1.65-1.67,3.21-2.45,4.85c-0.8,1.68-1.46,3.41-2.3,5.08c-0.78,1.55-1.62,3.14-2.14,4.8c-0.51,1.62-0.28,3.46-0.38,5.14c-0.11,1.8-0.58,3.57-1.19,5.27c-1.18,3.29-2.67,6.7-4.46,9.71c-3.39,5.7-8.88,11.22-15.39,13.16c-3.6,1.07-7.18,0.55-10.56-0.9C59.32,371.07,55.08,368.56,55.21,365.53M76.78,373.1c-0.37-0.21-0.82-0.31-1.24-0.28c0.31-0.46,0.76-0.58,1.27-0.72C76.89,372.43,76.98,372.81,76.78,373.1M91.29,372.48c-0.28-0.48-0.82-0.81-1.06-1.31c-0.25-0.51-0.4-1.29,0.34-1.16c0.63,0.11,0.98,0.53,1.17,1.17C91.93,371.76,92.33,372.71,91.29,372.48M79.3,372.16c0.2-0.27,0.46-0.36,0.76-0.48C79.89,371.97,79.59,372.06,79.3,372.16M77.31,371.86c0.24-0.37,0.58-0.65,1.02-0.72C78.12,371.51,77.73,371.8,77.31,371.86M63.84,370.26c0.17-0.94,0.52-2.4,1.57-2.71c-0.17,0.75-0.29,1.47-0.31,2.24c0.36-0.44,0.52-1.18,1.06-1.45c0.71-0.35,1.42-0.79,2.25-0.71c-0.03,0.47-0.24,0.88-0.53,1.24c0.74-0.1,2.76-0.87,2.93-1.64c0.33-1.49-1.67-0.79-1.58-2.33c1.19,0.16,2.35,0.21,2.69,1.57c0.16,0.65-0.43,1.8-0.81,2.32c-0.41,0.57-1.35,0.89-1.98,1.1c-0.92,0.31-1.82,0.33-2.77,0.45C65.58,370.45,64.58,370.69,63.84,370.26M58.21,365.86c1,0.64,1.73,1.37,2.84,1.89c0.96,0.45,1.91,1.38,2.05,2.48c-1.22,0.01-2.48-1.02-3.51-1.58C58.52,368.08,58.16,367.03,58.21,365.86M82.11,369.74c0.09-0.08,0.17-0.16,0.26-0.24C82.28,369.57,82.2,369.65,82.11,369.74M87.13,369.13c0.03-0.57,0.45-1.13,1.03-1.22c-0.01,0.4-0.02,0.8-0.03,1.21C88.13,369.19,87.27,369.13,87.13,369.13M72.89,368.74c0.03-0.61,0.36-1.59,1.04-1.72C73.97,367.73,73.7,368.64,72.89,368.74M56.73,364.82c0.95-0.19,0.72,1.24,0.7,1.77c-2.37-1.36-3.61-5.25-3.55-7.85c0.45-0.06,0.85,0.2,1.3,0.18c0.66-0.03,1.26-0.06,1.89-0.28c0.97-0.34,1.68-0.96,2.26-1.79c1.43-2.04,0.69-4.78,0.23-7.01c-0.13-0.61-1.32-6.22-0.12-6.22c0.82,0.01,1.21,0.34,1.89,0.75c0.83,0.5,1.73,0.57,2.67,0.37c-0.01,0.42-0.02,0.83-0.03,1.25c0.54-0.33,0.95-1.36,0.44-1.87c-0.6-0.6-1.37-0.39-2.13-0.52c-0.69-0.13-1.37-0.72-2.11-0.53c-0.92,0.24-1.6,0.31-1.69,1.36c-0.24,2.9,0.93,5.69,0.8,8.57c-0.01,0.27-0.76,0.11-1,0.11c0.22-0.91,0.17-1.51-0.7-2.02c0.08,0.33,0.18,0.66,0.22,1.01c-0.57-0.01-1.19-0.1-1.71,0.18c-0.48,0.26-0.74,0.93-1.33,1c0.04-0.79,0.12-1.47,0.31-2.24c-0.31,0.17-0.66,0.18-1.01,0.22c-0.58-4.85,0.98-9.82,3.35-14.03c1.87-3.32,5.01-6.49,9.15-5.75c2.31,0.42,4.32,1.67,6.34,2.79c1.97,1.09,3.19,3.08,5,4.36c-1.89-2.47-3.94-4.4-6.72-5.88c-2.88-1.53-5.6-2.38-8.82-1.6c-0.99,0.25-0.99-3.7-0.78-4.25c0.57-1.42,2.47-1.66,3.78-1.9c1.84-0.33,3.72-0.36,5.59-0.32c3.53,0.1,7.88,0.87,10.55,3.36c0.98,0.91-0.16,3.29-0.42,4.33c-0.45,1.78-0.81,3.54-1.08,5.35c-0.12,0.77-0.15,1.41-0.72,1.98c-0.35,0.35-0.95,0.93-0.91,1.49c0.17,2.14-0.05,4.08-0.17,6.21c0.67,0.17,0.68-0.95,1-1.41c0.26-0.4,4.37,4.81,2.17,4.49c0.09,0.33,0.17,0.67,0.22,1.01c-0.96-0.25-0.79-1.8-1.69-2.29c0.19,0.93-1.24,0.72-1.77,0.7c0.1,0.89,0.61,1.78,0.41,2.69c-0.25,1.18-1.27,2.46-1.82,3.54c-1.06,2.05,0.64,4.16,0.59,6.25c-1.1-0.05-1.76-0.15-2.67,0.55c-0.8,0.61-0.95,1.11-1.45,1.94c-0.25,0.42-0.13,0.37-0.61,0.27c-0.98-0.2-2-1.04-3.07-0.81c-0.78,0.17-0.96,1.11-1.59,1.48c-0.72,0.43-1.67,0.36-2.43,0.75c-0.71,0.35-1.26,0.9-2.04,1.13c-0.8,0.24-1.77-0.44-2.33-0.95c-0.7-0.62,0.03-2.34-1.27-2.65C58.58,363.81,57.65,363.9,56.73,364.82M76.41,367.84c-0.33-0.72-0.42-1.62-1.2-2.03c-0.01,0.42-0.02,0.83-0.03,1.25c-0.38-0.42-0.53-1.03-0.61-1.58c-0.02-0.14-0.3-1.46-0.27-1.5c0.37-0.54,1.03-1.04,1.74-0.9c-0.17,0.54-0.88,0.88-1.28,1.22c0.88-0.17,1.6,0.78,1.71,1.54c3.92-0.95,2.05-6.78,2.68-9.38c0.45-1.84,2.69-2.43,3.46-4.12c0.42-0.92,0.73-1.89,0.26-2.86c-0.45-0.92-1.12-1.79-1.25-2.84c-0.13-1.01,0.34-2.39,1.67-2.14c-0.26,2.35,1.26,4.39,0.55,6.76c-0.34,1.14-0.91,2.2-1.62,3.15c-0.6,0.81-1.71,1.52-2.09,2.45c-0.83,2.02,0.08,4.36-0.42,6.48C79.31,364.98,78.35,367.61,76.41,367.84M84.18,367.3c0.25-0.47,0.45-0.89,1.03-0.97c-0.05,0.25-0.13,0.5-0.2,0.74C84.88,367.46,84.56,367.31,84.18,367.3M59.47,365.4c-0.04-0.25,0.14-0.88,0.51-0.49S59.72,365.46,59.47,365.4M93.71,366.05c0-0.15,0.13-0.91,0.03-1c-0.17-0.15-1.01-0.03-1.25-0.03c0.02-0.98,0.58-1.46,1.06-2.22c0.23,0.39-0.1,0.89-0.28,1.24c1.05,0.07,1.03-0.08,0.97,1.03c0.63-0.14,1.12-0.22,1.76-0.21C95.95,366.05,94.56,365.96,93.71,366.05M84.99,365.06c0.24-1.26,1.48-0.48,2.26-0.44C87.18,366.16,85.83,365.27,84.99,365.06M79.98,365.18c0.17-0.89,0.4-1.93,0.82-2.73c0.25,0.17,0.48,0.37,0.74,0.52c0.42-1.8,0.05-3.42,0.14-5.22c0.07-1.38,0.5-3.07,1.84-3.74c0,0.66,0.16,1.39-0.08,2.03c-0.22,0.58-0.61,1.08-0.83,1.67c-0.36,0.97-0.51,2.38,0.48,3.05c-0.28-1.54,0.06-3.65,1.62-4.46c-0.05,1.75-0.38,3.55-1.39,5.01c-0.53,0.77-1.12,1.5-1.65,2.27C81.25,364.19,80.8,365.08,79.98,365.18M51.77,363.44c0.27-0.37,0.5-0.77,0.53-1.24c0.88,0.21,1.9,1.1,2.17,1.96c0.11,0.35-0.79,0.24-0.92,0.23C52.87,364.31,52.25,363.91,51.77,363.44M77.75,364.38c0.08-1.17,0.42-2.32,0.23-3.5c-0.18-1.16-0.87-2.2-0.78-3.4c0.08-1.19,0.88-2.18,1.42-3.2c0.43-0.81,0.55-2.23,1.22-2.86c1.78,1.78-2.05,4.23-1.85,6.09c0.15,1.41,0.26,2.82,0.39,4.24C78.45,362.6,78.63,363.85,77.75,364.38M96.52,363.86c0.5-0.39,2.16-0.82,2.77-0.68C98.63,363.88,97.43,364.39,96.52,363.86M88.28,363.4c-0.47-0.38-0.97-0.7-1.47-1.04c0.27-0.46,1.1-1.43,1.72-0.96c0.14,0.1,0.46,0.92,0.4,1.08C88.8,362.88,88.65,363.18,88.28,363.4M94.55,362.81c0.23-0.33,0.66-0.41,1.01-0.22C95.36,362.9,94.87,363,94.55,362.81M89.35,360.67c-0.17-0.77,0.29-0.44,0.5,0.01C89.69,360.68,89.51,360.71,89.35,360.67M51.87,359.44c-0.97-0.61-1.16-1.45-1.37-2.5c-0.19-0.92,0.94-1.8,0.76-2.76c-0.52,0.54-1.07,1.75-1.8,1.95c0.04-0.91,0.69-1.49,1.26-2.11c0.81-0.89,0.6-1.86,1.04-2.89c0.25-0.58,1.06,0.53,1.12,0.87c0.24,1.35-0.02,2.41-0.64,3.59c-0.33,0.63-0.58,1.44-0.42,2.16C51.92,358.27,52.25,358.97,51.87,359.44M75.21,356.31c-0.79,0.2-1.43,0.75-2.11,1.16c-0.9,0.54-1.93,0.8-2.95,0.96c-1.03,0.16-1.96-0.03-2.97-0.22c-1.04-0.2-2.21-0.63-3.25-0.7C66.26,360.77,73.43,359.71,75.21,356.31M80.65,358.69c0.01-0.25,0.01-0.5,0.02-0.75C80.87,358.17,80.85,358.48,80.65,358.69M53.75,354.49c1.02,0.57,1.76,1.07,2.87,1.46c1.03,0.36,1.91-0.67,2.87-0.81c0.09,0.46-0.48,1.93-0.92,2.08c-1.31,0.44-4.06,1.65-4.85-0.2C53.33,356.14,53.25,355.38,53.75,354.49M74.02,354.27c-0.17-0.96-1.16-1.76-1.68-2.54c-0.24,0.27-0.27,0.64-0.28,0.99c-1.24-0.85-3.82-1.36-5.24-0.64c-0.08-0.33-0.18-0.66-0.22-1.01c-0.75,0.38-1.27,1.39-1.31,2.22c0.49-0.08,1-0.29,1.51-0.21c-0.53,0.58-1.75,1.46-0.86,2.21c1.1,0.91,2.14,1.23,3.55,0.77C70.97,355.58,72.62,354.94,74.02,354.27M66.5,354.82c1.31,0.31,2.45,0,3.75,0.1C69.44,355.88,66.95,356.34,66.5,354.82M55.48,355.28c0.62-0.48,1.77-0.45,2.51-0.43C57.79,355.83,56.15,355.66,55.48,355.28M56,354.56c0.06-0.34,0.09-0.69,0.28-0.99C56.57,353.98,56.76,354.73,56,354.56M67.76,354.6c0-0.3,0.14-1.37,0.77-0.73c0.03,0.04,0.02,0.71-0.02,0.75C68.42,354.71,67.88,354.61,67.76,354.6M70.55,352.93c0.42-0.03,0.88,0.08,1.24,0.28C71.44,353.68,70.63,353.58,70.55,352.93M84.78,353.81c0.22-1.19,0.51-2.27,0.59-3.49C86.25,351.19,85.76,353.21,84.78,353.81M68.79,353.14c-0.3-0.19-0.65-0.21-0.99-0.28c0.4-0.3,0.82-0.12,1.25,0.03C68.97,352.97,68.89,353.07,68.79,353.14M25.64,329.99c2.09,0.39,3.1,2.81,5.15,3.37c2.3,0.63,4.54,0.87,6.14-1.23c0.3-0.4,0.35-0.88,0.5-1.34c0.18-0.55,0.57-0.98,0.84-1.48c0.48-0.89,0.95-2.04,0.73-3.08c-0.25-1.14-1.74-0.94-2.66-0.98c-1.45-0.08-2.4-0.87-3.84-0.41c-0.67,0.21-1.15,0.45-1.86,0.4c-0.56-0.04-1.17,0.04-1.69,0.26c-0.77,0.33-1.72,2.14-2.7,1.58c-1.45-0.81-1.68-3.07-1.87-4.52c-0.1-0.84-0.13-1.7-0.08-2.54c0.06-0.95-0.09-1.11-0.79-1.69c-0.2-0.17-1.31-0.44-1.44-0.17c-1.4,2.84,1.07,6.22-0.08,9.2c-0.96-1.01-1.96-2.21-3.4-2.51c-0.9-0.19-1.46-0.48-2.27-0.91c-0.59-0.31-1.37-0.47-1.76,0.22c1.24,0.69,2.28,2.12,3.82,2.08c1.79-0.04,2.26,2.32,3.82,2.36c-0.69,1.19-2.71,1.7-3.91,1.09c-0.7-0.36-1.38-0.74-1.92-1.33c-0.55-0.6-1.04-1.47-1.87-1.71c0,2.74,3.04,3.77,5.14,4.38c-0.24,0.68-0.93,1.25-1.68,1.03c-0.9-0.26-1.96-0.19-2.59-0.99c-0.9-1.14-1.69-2.44-2.39-3.72c-1.12,0.74,0.64,2.7,0.94,3.5c0.4,1.04,1.25,1.06,2.22,1.41c0.56,0.21,1.62,0.97,2.23,0.64c0.93-0.49,1.53-0.77,2.23-1.58c0.67-0.78,1.51-1.56,2.58-1.7c0.19,1.94,1.76,4.33,0.17,6.01c-0.97,1.01-1.87,1.54-2.58,2.81c-0.68,1.22-1.45,2.46-1.92,3.78c-0.31,0.87-0.47,2.59,0.07,3.42c0.33,0.51,0.72,0.98,1.13,1.43c0.42,0.47,0.52,1.11,1,1.54c0.37,0.34,0.84,0.55,1.27,0.8c0.62,0.36,1.38-0.14,2.02-0.17c1.17-0.05,2.09,0.73,3.28,0.17c0.47-0.22,0.83-0.6,1.3-0.81c0.52-0.24,1.1-0.36,1.58-0.69c0.56-0.39,0.72-1.01,1.05-1.57c0.35-0.59,1.02-0.89,1.46-1.4c1.95-2.27-0.62-6.36-2.33-8.1c-1.03-1.04-2.71-1.37-3.6-2.49C26.32,333.43,25.62,331.18,25.64,329.99M86.61,350.85c-0.15-1.11-0.38-2.13-0.41-3.26C86.93,348.09,87.17,350.17,86.61,350.85M49.87,349.89c-1.05-2.12-1.12-4.71-1.76-6.97c-0.81-2.85-1.58-5.71-2.32-8.58c-0.71-2.78-1.4-5.56-2.1-8.34c-0.68-2.66-1.86-5.33-1.98-8.09c0.92,0.16,1.65,0.84,2.42,1.32c1.11,0.7,2.29,1.26,3.37,2.02c0.7,0.5,0.79,1.71,0.91,2.47c0.23,1.42,0.52,2.83,0.84,4.23c0.74,3.2,1.47,6.39,2.19,9.6c0.34,1.5,0.69,3,1.01,4.5c0.22,1,0.51,2.04-0.18,2.91c-0.8,1.02-1.23,1.58-1.29,2.92C50.95,348.85,50.82,349.45,49.87,349.89M23.07,341.93c-0.02,0.69,0,1.42-0.33,2.05c-0.34,0.63-1.01,1.41-0.78,2.18c0.97-0.29,1.07-1.21,1.43-2.01c0.34-0.77,1.68-1.06,2.42-1.39c-0.03,1.11-0.3,2.15-0.33,3.24c1.51,0.02,1.09-1.75,1.07-2.72c0.15,0,0.91,0.13,1,0.03c0.15-0.17,0.03-1.01,0.03-1.25c1.74,0.38,1.08,2.6,2.21,3.32c0.1,0.07,0.7,0.34,0.7,0.3c-0.02,0.23,0.06,1.09-0.12,1.21c-0.66,0.46-1.09,0.67-1.66-0.05c-0.54,0.6-0.96,1.29-1.46,1.93c-0.57,0.72-1.44-0.05-1.95-0.43c-1.06-0.79-1.58,0.36-2.63,0.36c-0.92,0-1.71-1.34-2.15-1.99c-0.61-0.9-1.37-1.53-1.06-2.72c0.09-0.32,0.09-0.81,0.45-0.95C20.83,342.7,22.08,341.92,23.07,341.93M52.64,349.22c-0.69-0.91-0.86-1.63-0.93-2.78c0.52,0.24,0.96,0.17,1.5,0.04C53.42,347.24,53.43,348.73,52.64,349.22M93.13,350.02c0.26-2.57,1.26-4.88,0.8-7.52c-0.21-1.24,0.34-2.52,0.73-3.67c0.46-1.33,0.97-2.62,1.58-3.89c1.21-2.5,2.4-5.01,3.66-7.49c0.62-1.22,1.14-2.47,1.67-3.72c0.41-0.95,0.81-2.69,1.67-3.35c0.41-0.32,1.17-0.26,1.67-0.32c-0.28,2.81-1.59,5.41-1.92,8.23c-0.33,2.79-0.58,5.47-1.7,8.09c-1.08,2.52-2.52,5.01-3.88,7.39c-0.73,1.28-1.46,2.61-2.35,3.79C94.47,348.38,94.07,349.53,93.13,350.02M84.68,348.3c-0.41-2.01,0.45-3.07,1.41-4.71c0.98-1.68-0.41-2.78-1.94-3.31c-0.08,0.26-0.4,1.74-0.63,1.73c-0.41-0.01-0.54-0.06-0.58-0.51c-0.07-0.76,1.26-2.11,2.12-1.85c0.62,0.18,1.22,0.56,1.83,0.7c-0.43-0.92-1.46-1-1.93-1.77c-1-1.59-0.12-3.29,0.36-4.92c0.55-1.88,0.95-4.13,1.99-5.81c0.88-1.43,3.27-1.85,4.71-2.46c0.85-0.36,1.72-0.68,2.54-1.09c0.64-0.32,1.52-0.89,2.27-0.7c-0.26,1.51-1.08,2.87-1.74,4.23c-0.82,1.68-1.52,3.44-2.17,5.19c-1.33,3.56-2.83,7.05-4.11,10.63c-0.4-0.32-0.48-0.89-0.64-1.34c-0.25-0.7-0.82-1.23-1.02-1.96c-0.25,0.7,0.08,1.53,0.15,2.23c0.08,0.7-0.34,1.42-0.65,2.01c-0.34,0.65-0.97,1.14-1.2,1.85C85.24,347.05,85.17,347.82,84.68,348.3M31.75,344.82c-0.31-0.02-0.82,0.07-1.03-0.17c-0.29-0.33-1.46-1.52-1.06-2.08c0.1-0.15,0.63-1.06,0.76-1.02c0.95,0.31,1.5,0.63,2.05,1.47C32.94,343.74,32.49,344.63,31.75,344.82M53.51,344.73c-0.9-3.79-1.66-7.62-2.45-11.44c-0.79-3.73-2.14-7.61-2.2-11.44c1.89,0.05,3.89,1.61,5.1,2.97c1.66,1.88,1.27,4.65,1.51,7c0.13,1.27,0.16,2.54,0.33,3.81c0.17,1.34-0.41,1.88-1.11,2.91C53.52,340.28,55.78,343.34,53.51,344.73M80.53,344.43c-0.37-0.72-0.14-1.62,0.31-2.24C81.7,342.9,81.55,344.01,80.53,344.43M83.78,344.27c0.08-1.11,0.55-2.09,0.59-3.24c1.16,0.21,1.04,1.03,0.95,1.98C85.26,343.58,84.26,344.13,83.78,344.27M23.37,340.19c-1.12,0.51-1.79,1.61-3.05,1.92c-0.21-0.43-0.04-0.85,0.13-1.25c0.21-0.5,0.36-0.76,0.92-0.47c0.33-0.9,0.32-2.25,1.32-2.72c0.02,0.59-0.17,1.17-0.29,1.74c0.43-0.42,1.01-0.87,1.33-1.38c0.38-0.59,0.88,0.05,1.45,0.2c0.12-0.55,0.47-1.03,0.79-1.48c0.33,0.35,0.38,0.81,0.47,1.26c0.55-0.43,1.05-0.62,1.76-0.45c0.02-0.58-0.16-1.24,0.63-0.96c1.84,0.67,2.83,2.54,3.29,4.31c-0.48-0.09-0.83-0.51-1.29-0.61c-0.41-0.09-0.88-0.23-1.21,0.12c-0.36,0.38-0.34,0.92-0.91,0.84c-0.85-0.13-1.66-1.02-2.31-1.51c-0.25,0.83-0.79,1.79-1.5,2.26C23.92,342.65,23.57,340.83,23.37,340.19M79.32,342.9c-0.05-0.1-0.52-2.55,0.15-2.21C80.32,341.15,80.08,342.46,79.32,342.9M63.58,342.24c-0.54-0.81-2.71-0.73-3.49-0.34C60.46,342.54,63.01,342.4,63.58,342.24M65.58,342.05c0.18-0.49,0.45-0.97,0.54-1.49c-2.08-0.06-4.16-0.45-6.24-0.11c-0.82,0.13-1.04,0.64-1.04,1.42c1.22-0.79,2.65-0.66,4.03-0.66c0.52,0,1.39-0.16,1.8,0.25C64.94,341.74,65.1,342.14,65.58,342.05M80.87,340.69c-0.35-0.65,0.14-1.3,0.79-1.48C81.77,339.73,81.3,340.44,80.87,340.69M55.13,340.02c0.01-0.52,0.11-1.16,0.54-1.49C55.86,339.05,55.6,339.74,55.13,340.02M60.4,339.41c1.2-0.57,2.48-0.63,3.76-0.4C63.9,337.49,59.75,338.31,60.4,339.41M81.47,336.97c0.73-0.12,2.72,1.31,1.64,1.65c-0.77,0.25-0.9,0.11-1.63-0.26C81.08,338.15,81.42,337.24,81.47,336.97M63.45,337.49c-0.46-0.35-1.73-0.13-1.96-0.68c-0.31-0.74-0.82-1.71-0.06-2.34c0.7-0.58,1.18-1.28,2.15-1.09c1,0.19,1.66,0.57,2.71,0.44c-0.11-0.91-1.99-1.06-2.68-1.24c-1.06-0.26-2.13,0.98-2.63,1.72c-0.64,0.96-0.82,1.77-0.1,2.72c0.47,0.62,0.49,0.75,1.25,0.82C62.52,337.86,63.1,337.65,63.45,337.49M75.19,338.05c-0.07-0.36-0.35-0.72-0.73-0.77C74.47,337.67,74.8,338.01,75.19,338.05M73.72,337.01c-0.13-0.29-0.18-0.6-0.48-0.76C73.35,336.56,73.46,336.8,73.72,337.01M56.72,336.56c-0.5-1.72-0.69-3.52-0.83-5.3c-0.04-0.51-0.57-4.69-0.21-4.8c1.26-0.42,3.1,0.8,3.32,2.06C59.51,331.39,59.69,334.97,56.72,336.56M72.73,336.48c-0.12-0.44-0.23-0.88-0.72-1.02C72.08,335.9,72.36,336.24,72.73,336.48M83.48,336.51c0.07-1.39,0.75-2.68,1.19-3.97c0.5-1.49,0.76-3.07,1.53-4.46c0.47,0.51-0.02,1.41-0.2,1.94c-0.31,0.92-0.56,1.86-0.82,2.79C85.01,333.43,84.34,336.75,83.48,336.51M23.17,318.92c0.32,0.67,0.25,1.48,0.38,2.2c0.13,0.71,0.26,1.39,0.29,2.12c0.04,1.21,0.13,2.62,0.87,3.64c0.37,0.51-0.02,0.81-0.08,1.35c-0.07,0.64,0.13,1.34,0.29,1.96c0.41,1.59,1.12,3.19,1.33,4.82c-1.2,0.03-1.36-1.68-1.47-2.54c-0.23-1.68-0.64-3.4-1.22-5c-0.29-0.81-0.21-1.38-0.19-2.22c0.02-0.87-0.19-1.81-0.29-2.67C22.95,321.64,22.19,319.65,23.17,318.92M71.5,335.96c-0.04-0.34-0.14-0.67-0.22-1.01C70.97,335.31,71.21,335.65,71.5,335.96M82.25,335.73c0.02-0.77,0.3-1.51,0.56-2.24C83.3,334.06,82.85,335.38,82.25,335.73M70.27,335.16c-0.12-0.44-0.23-0.88-0.72-1.02C69.62,334.59,69.9,334.92,70.27,335.16M69.03,334.64c-0.07-0.42-0.35-0.81-0.72-1.02C68.37,334.05,68.53,334.56,69.03,334.64M67.53,334.34c-0.03-0.16-0.4-1.57-0.78-1.21C66.35,333.52,67.18,334.13,67.53,334.34M29.6,331.35c2.31-0.03,3.93-1.07,5.57-2.6c-0.85,0.12-1.55,0.76-2.29,1.15c-0.86,0.45-1.88,0.61-2.84,0.55c-1.58-0.09-3.55-0.72-4.36-2.2c0.44,0.12,1.21,0.28,1.62,0.1c0.83-0.36,1.18-1.34,1.93-1.79c0.68-0.41,1.43,0.41,2.22,0.01c0.96-0.52,1.45-0.89,2.57-0.52c1.13,0.37,2.43-0.06,3.5,0.45c0.37,0.18,0.48,0.96,0.43,1.33c-0.07,0.61-0.37,1.06-0.8,1.48c-0.17,0.17-1.51,0.88-1.51,1.03c-0.02,0.77,1.24,0.61,0.74,1.44c-0.8,1.32-2.6,1.47-3.99,1.26C31.51,332.91,29.72,332.42,29.6,331.35M83.07,333.25c0.06-0.93,0.51-3.99,1.61-4.21c-0.14,0.81-0.52,1.56-0.82,2.32C83.61,331.99,83.58,332.76,83.07,333.25M59.85,331.65c0.03-1.16-0.72-2.96-0.14-4.01C60.18,328.15,60.55,331.23,59.85,331.65M59,326.11c0.02-1.47,3.53-2.07,4.52-2.33c2.63-0.68,5.41-0.75,8.11-0.58c2.57,0.16,5.07,0.91,7.49,1.74c1.33,0.46,4.6,1.21,4.6,3.08c-1.8,0.04-3.79-1.61-5.35-2.37c-1.88-0.92-3.89-1.32-5.97-1.42c-2.29-0.1-4.67-0.32-6.93,0.14c-1.08,0.22-2.18,0.41-3.21,0.81C61.19,325.59,60.15,326.15,59,326.11M86.5,326.33c-0.11-0.73,1.39-1.57,1.84-1.99c0.85-0.8,1.7-1.83,2.83-2.22c0.73-0.25,1.59,0.49,2.14,0.87c0.72,0.5,0.39,0.94-0.25,1.33c-0.98,0.6-2.18,0.85-3.22,1.33C88.94,326.08,87.5,326.87,86.5,326.33M84,326.27c-0.98-0.7-2.11-1.15-3.21-1.61c-1.14-0.47-2.25-1.07-3.47-1.31c0.95-0.76,2.79,0.57,3.7,0.93C81.64,324.53,84.25,325.29,84,326.27M85.78,325.44c-0.56-0.19-1.68-0.37-1.51-1.19c0.2-1.02,1.14-1.89,1.75-2.69c0.55-0.71,1.47-1.93,2.53-1.63c0.67,0.19,1.06,0.56,1.4,1.16C90.77,322.56,86.78,324.97,85.78,325.44M57.53,324.83c0.19-1.16,2.57-1.71,3.45-2.02c1.78-0.62,3.59-1,5.47-1.15c3.67-0.29,7.14-0.02,10.64,1.17c-0.85,0.61-3.03-0.41-3.97-0.54c-1.77-0.25-3.71-0.29-5.5-0.24c-1.88,0.05-3.69,0.61-5.52,1.01C60.56,323.41,59.1,324.8,57.53,324.83M55.04,324.51c-1.79-0.83-3.16-2.33-4.55-3.69c-1.44-1.41-2.53-2.99-3.39-4.81c-0.92-1.95-1.7-4-2.23-6.09c-0.24-0.95-1.3-3.58-0.26-4.32c0.77-0.54,2.08,0.05,2.89,0.18c1.58,0.25,3.19,0.36,4.79,0.43c3.38,0.15,6.56-0.51,9.76-1.52c1.21-0.38,2.66,0.4,3.86,0.68c1.56,0.35,3.23,0.8,4.83,0.81c1.57,0.01,3.33-0.14,4.85-0.52c0.82-0.21,2.94-1.54,3.52-0.57c2.07,3.55,4.13,7.09,7.02,10.05c2.75,2.81,6.13,5.86,9.9,7.17c0.15,0.05,0.17,0.5,0.03,0.56c-2.12,0.78-4.82-1.71-6.34-2.93c-1.98-1.62-3.89-3.33-5.61-5.22c-1.65-1.82-3.11-3.76-4.25-5.94c-0.36-0.69-0.96-1.67-1.8-1.83c-1.31-0.24-2.87,0.36-4.2,0.44c-2.58,0.15-5.18,0.05-7.72-0.46c-0.98-0.21-2.08-0.85-3.1-0.58c-1.25,0.34-2.49,0.77-3.78,0.95c-2.48,0.35-5.14,0.62-7.63,0.28c-0.8-0.11-5.99-1.3-6.14,0.02c-0.35,3.16,1.51,6.57,3.17,9.15c0.94,1.46,2,2.84,3.19,4.11c1.1,1.18,2.05,2.6,3.47,3.42C55.22,324.34,55.13,324.47,55.04,324.51M91.18,324.47c0.42-0.27-0.06-1.07-0.49-0.77C90.29,323.98,90.77,324.73,91.18,324.47M46.91,310.3c1,0.62,1.44,1.96,1.98,2.94c0.78,1.41,1.81,2.71,2.76,4.01c0.88,1.21,1.89,2.4,3,3.4c0.81,0.73,2.16,1.68,2.16,2.91c-1.2,0.02-2.14-0.96-2.9-1.77c-1.04-1.11-2.08-2.21-2.96-3.46C49.21,315.89,47.79,313.17,46.91,310.3M84.75,316.8c1.32,0.27,1.79,1.17,2.32,2.28c0.22,0.44-0.9,1.83-1.14,2.11c-0.8,0.9-1.65,1.75-2.58,2.53c-0.56,0.46-1.57-0.18-1.66-0.77c-0.12-0.84,0.84-1.89,1.24-2.57C83.6,319.22,84.36,318.08,84.75,316.8M47.47,307.81c1.09,0.13,2.2,0.12,3.28,0.34c0.63,0.12,2.55,0.05,2.95,0.67c1.21,1.92,1.67,4.18,2.57,6.24c0.46,1.06,0.91,2.12,1.45,3.14c0.48,0.92,1.27,1.79,1.45,2.85c0.09,0.52,0.26,1.1-0.4,1.31c-1.46,0.47-2.83-0.98-3.72-1.95c-1.2-1.31-2.34-2.66-3.38-4.1c-1.07-1.48-2.1-3.02-2.97-4.62C48.16,310.71,46.84,308.98,47.47,307.81M81.83,313.72c0.72,0.17,1.48,0.96,1.88,1.55c0.88,1.33-0.28,3.1-0.85,4.32c-0.37,0.79-1.13,2.75-2.16,2.87c-0.8,0.08-2.3,0.12-2.08-1.15C79.1,318.65,81.01,316.29,81.83,313.72M88.24,322.39c0.42-0.27-0.04-1.05-0.49-0.77C87.22,321.93,87.87,322.56,88.24,322.39M54.71,308.5c0.86-0.01,3.89-0.91,4.47,0.02c0.57,0.9,0.68,2.18,0.92,3.19c0.34,1.4,0.69,2.81,1.09,4.19c0.39,1.34,0.9,2.63,1.27,3.97c0.34,1.25-0.43,1.58-1.52,1.52c-1.79-0.09-2.89-3.89-3.45-5.22C56.49,313.81,54.95,311.1,54.71,308.5M78.21,308.61c1.3,0.06,3.08,3.29,2.97,4.42c-0.24,2.53-1.78,4.81-2.82,7.07c-0.45,0.98-1.29,1.69-2.35,1.11c-0.37-0.2-1.1-0.42-1.04-0.97c0.22-2.05,0.94-4.02,1.54-5.99C77.06,312.42,77.93,310.51,78.21,308.61M64.64,320.91c-1.84-0.17-2.35-3.08-2.68-4.47c-0.24-1.04-0.54-2.07-0.8-3.11c-0.35-1.4-1.01-3-1.07-4.43c-0.1-1.99,4.44-2.66,5.28-1.03c0.38,0.76,0.16,1.78,0.08,2.58c-0.1,1.02-0.03,2.06,0.09,3.08c0.12,1.13,0.29,2.26,0.45,3.38c0.13,0.88,0.74,2.51,0.3,3.35C66,320.8,65.17,320.85,64.64,320.91M47.92,319.32c0.52,0.26,0.62,0.74,0.72,1.27C47.96,320.59,47.57,319.9,47.92,319.32M93.36,312.76c1.08,1.63,2.05,3.34,3.27,4.88c0.55,0.7,2.73,2.22,2.38,3.24c-0.73,2.04-5.09-0.64-5.97-1.18c-1.11-0.69-2.1-1.54-3.18-2.27c-0.61-0.41-1.83-1.03-1.95-1.85c-0.09-0.64-0.01-0.94,0.66-1.2C90.14,313.79,91.76,313.27,93.36,312.76M77.48,307.84c-0.18,2.23-0.88,4.26-1.57,6.37c-0.63,1.95-0.82,4.59-2.09,6.25c-0.19,0.25-1.04,0.31-1.34,0.19c-0.63-0.25-1.01-0.31-1.03-1.04c-0.07-2.04,0.14-4,0.34-6.02c0.1-0.95,0.09-1.91,0.26-2.85c0.08-0.45,0.2-2.02,0.79-2.16C74.3,308.2,75.97,307.73,77.48,307.84M69.9,320.56c-1.16,0.07-2.21-0.01-2.8-1.1c-0.78-1.4-0.83-3.68-0.95-5.25c-0.15-2.01-0.34-4.11,0.38-6.03c0.26-0.67,4.21-0.17,4.64,0.31c1.04,1.2,0,4.44-0.09,5.79c-0.09,1.32-0.08,2.65-0.11,3.98C70.94,319.12,70.88,320.27,69.9,320.56M93.57,285.51c1.5,0.3,2.91,1.69,4.28,2.36c1.78,0.88,3.53,1.79,5.4,2.47c2,0.72,4.05,1.32,6.11,1.85c1.99,0.52,4.03,0.68,6.03,1.13c-0.53,0.69-2.01,1.12-2.76,1.55c-1.09,0.64-2.11,1.36-3.09,2.15c-1.92,1.55-3.74,3.73-4.81,5.96c-1.2,2.5-1.97,4.9-2.29,7.67c-0.16,1.38-0.12,2.72,0.12,4.09c0.11,0.61,0.24,1.22,0.41,1.81c0.17,0.59,0.6,1.27,0.55,1.89c-0.06,0.79-0.16,0.88-0.95,1.09c-1.3,0.35-1.93,0.35-2.67-0.86c-1.39-2.26-2.39-4.74-3.31-7.22c-1.01-2.73-1.46-5.53-2.28-8.31c-0.81-2.74-0.79-5.65-0.73-8.48C93.66,291.63,93.49,288.57,93.57,285.51M84.69,319.3c0.25,0.08,0.59,0.26,0.85,0.15c0.2-0.09,0.58-0.46,0.42-0.75C85.57,317.99,84.85,318.98,84.69,319.3M124.55,296.32c-1.51-0.04-2.79-1.09-4.35-1.15c-1.5-0.05-2.99,0.01-4.42,0.52c-2.75,0.98-5.11,2.94-6.91,5.22c-1.77,2.25-3.02,4.88-3.81,7.63c-0.47,1.65-0.47,3.37-0.29,5.06c0.09,0.86,0.26,1.71,0.52,2.54c0.27,0.87,0.76,1.76,0.65,2.7c-2.92-0.42-3-5.42-2.85-7.72c0.21-3.21,1.4-6.26,3.08-8.99c1.63-2.66,3.86-5.17,6.67-6.62c2.69-1.38,6.39-2.35,9.36-1.47C123.2,294.35,124.74,295.04,124.55,296.32M98.22,318.15c-3.72-2.97-4.87-9.43-4.89-13.89c0.8,0.62,0.89,1.9,1.11,2.8c0.37,1.48,0.76,2.98,1.33,4.4c0.55,1.34,1.01,2.75,1.69,4.02C97.8,316.1,98.71,317.42,98.22,318.15M123.77,297.56c-0.31,0.5-1.77-0.02-2.18-0.12c-1.06-0.25-2.15-0.31-3.23-0.13c-2.79,0.46-5.76,2.47-7.58,4.58c-1.93,2.23-3.41,4.63-4,7.56c-0.3,1.49-0.15,2.9,0.09,4.38c0.11,0.7,0.25,1.41,0.54,2.06c0.15,0.34,0.53,0.92,0.41,1.31c-0.11,0.34-0.4,1.27-0.91,0.68c-1.89-2.21-1.77-5.84-1.27-8.53c0.57-3.01,2.06-5.72,3.92-8.12c1.99-2.59,4.27-4.33,7.48-5.14C118.52,295.72,123.32,295.17,123.77,297.56M41.25,316.15c-0.68-0.39-1.35-1.1-1.7-1.79C40.31,314.22,41.79,315.32,41.25,316.15M83.27,316c-0.48-0.29-1.21-0.07-1.15,0.57C82.21,317.58,83.12,316.31,83.27,316M122.75,298.27c0.08,1.43-1.01,2.84-1.8,3.94c-0.3,0.41-0.66,0.71-1.16,0.82c-0.32,0.07-1.41-0.08-1.43,0.38c-0.01,0.48,0.49,0.08,0.74,0.52c-0.37,0.33-0.92,0.4-1.38,0.5c-0.73,0.16-1.22,0.68-1.91,0.91c0.54-0.88,1.54-1.31,2.06-2.2c-2.21,1.07-4.41,2.89-4.41,5.6c0,1.18,0.75,2.54,0.18,3.64c-0.57,1.11-1.49,2.07-2.32,3c-0.49,0.54-0.9,0.34-1.42,0.04c-0.82-0.48-1.02-2.13-0.5-2.95c0.57-0.89,2.3-0.74,2.74-1.62c0.11-0.21,0.73-1.11,0.18-1.24c-0.96-0.23-1.7-0.02-2.65,0.01c-0.72,0.03-1.69-0.14-1.84-0.99c-0.17-0.95,0.61-2.41,1.49-2.83c1.04-0.5,1.99,0.94,3.17,0.42c0.52-0.23-1.63-2.35-1.68-2.53c-0.31-0.98,1-1.87,1.74-2.09c1.28-0.38,1.47,1.29,2.69,1.13c0.48-0.06,0.29-0.73,0.19-1.01c-0.26-0.75-0.33-1.27-0.22-2.06c0.12-0.92,1.88-1.38,2.64-1.06c1.17,0.5-0.17,2.21,0.88,2.79c1.02,0.53,1.29-1.91,1.79-2.23C121.33,298.66,121.8,298.25,122.75,298.27M92.71,308.74c0.11,0.83,0.3,1.57,0.3,2.41c0.01,1.05-1.93,1.54-2.68,1.83c-0.81,0.31-2.77,1.23-3.63,0.76c-0.31-0.17-0.86-0.31-0.93-0.69c-0.23-1.05,2.11-1.78,2.71-2.15C89.48,310.3,91.48,308.51,92.71,308.74M79.54,313.15c0.23-0.12,0.49-0.46,0.4-0.74c-0.03-0.09-0.93-0.66-1.01-0.64C78.2,311.98,78.73,313.57,79.54,313.15M84.63,311.79c-0.34-1.13-0.1-2.34-0.16-3.5c-0.43,0.06-0.92,0.35-1.3,0.55c-0.56,0.3-0.73-0.22-0.56-0.71c0.58-1.67,1.93-3.14,2.86-4.63c1.05-1.69,1.77-3.42,2.28-5.34c0.55-2.1,0.72-4.13,0.46-6.28c-0.12-1.02-0.31-2.03-0.54-3.03c-0.24-1.02-0.87-2.23-0.85-3.27c1.14,0.83,1.77,2.96,2.34,4.2c0.85,1.82,1.55,3.7,2.11,5.63c0.59,2.03,0.93,4.13,0.88,6.24c-0.03,0.95-0.05,1.9-0.07,2.85c-0.02,0.83,0.34,1.94,0.17,2.73c-0.6-0.24-0.52-1.21-0.54-1.72c-0.04-1.11-0.26-2.27-0.51-3.35c-0.35-1.5-0.74-3.67-2.19-4.52c-0.83,2.93-1.32,5.96-2.04,8.92C86.66,307.77,86.28,311.57,84.63,311.79M51.1,310.65c0.09-0.19,0.48-0.75,0.43-0.94c-0.05-0.24-0.79-0.45-0.98-0.35c-0.07,0.04-0.3,0.88-0.27,0.96C50.39,310.65,50.83,310.81,51.1,310.65M57.6,310.57c0.61-0.26,0.01-1.58-0.61-1.27C56.38,309.61,56.85,310.96,57.6,310.57M86.66,310.83c0.14-1.99,0.94-3.86,1.48-5.76c0.38-1.36,1.3-3.48,1.05-4.92c1.58,0.36,1.59,4.62,1.76,5.78C91.3,308.4,89.12,310.53,86.66,310.83M74.16,310.51c0.51-0.02,1.98-0.33,1.22-1.17c-0.12-0.13-0.89-0.05-0.98,0.1C74.21,309.81,74.2,310.1,74.16,310.51M69.34,310.14c0.06-0.18,0.37-0.78,0.3-0.94c-0.08-0.19-0.63-0.44-0.82-0.33C68.33,309.14,68.6,310.58,69.34,310.14M62.17,309.94c0.31-0.01,0.9,0.06,1.14-0.22c0.16-0.18,0.22-0.91,0.03-1.12c-0.28-0.32-0.83-0.12-1.02,0.15C62.13,309.05,62.19,309.63,62.17,309.94M114.67,310.82c-0.76-0.69-0.44-2.36-0.41-3.26C114.62,307.98,115,310.4,114.67, ..."/>
...

... you probably better don't want to manually try to convert those. :)

☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan
☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2

Link to comment
Share on other sites

  • 2 weeks later...

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.