Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-06-28 19:28:50 +0300
committerGhostkeeper <rubend@tutanota.com>2021-06-28 19:28:50 +0300
commit9046506f2a79d6df62e8c32f1960f02abe03cb2a (patch)
treece6d95f69ee14c2d2e44ef7cb12211c359146d90 /plugins/SimulationView
parent1d0620908e68ff8469a23b9954c1d8c166a2b698 (diff)
Convert icons to UTF-8
As per our architecture design, all of these files should be UTF-8. Luckily it maps well. Contributes to issue CURA-8342.
Diffstat (limited to 'plugins/SimulationView')
-rwxr-xr-xplugins/SimulationView/resources/Pause.svg2
-rwxr-xr-xplugins/SimulationView/resources/Play.svg2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimulationView/resources/Pause.svg b/plugins/SimulationView/resources/Pause.svg
index 67f2b49303..6bc491e387 100755
--- a/plugins/SimulationView/resources/Pause.svg
+++ b/plugins/SimulationView/resources/Pause.svg
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M8,21H6V3h2V21z M18,3h-2v18h2V3z" />
</svg>
diff --git a/plugins/SimulationView/resources/Play.svg b/plugins/SimulationView/resources/Play.svg
index 62c76767bd..1b2510513d 100755
--- a/plugins/SimulationView/resources/Play.svg
+++ b/plugins/SimulationView/resources/Play.svg
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M5,20V4c0-0.8,0.9-1.3,1.5-0.9l13,8c0.6,0.4,0.6,1.3,0,1.7l-13,8C5.9,21.3,5,20.8,5,20z M7,5.8v12.4
L17.1,12L7,5.8z"/>