diff --git a/src/Mod/Drawing/Gui/Command.cpp b/src/Mod/Drawing/Gui/Command.cpp index 26fb372281..8a06fa3f3b 100644 --- a/src/Mod/Drawing/Gui/Command.cpp +++ b/src/Mod/Drawing/Gui/Command.cpp @@ -160,12 +160,10 @@ Gui::Action * CmdDrawingNewPage::createAction(void) lastPaper = paper; lastId = id; - QFile file(QString::fromLatin1(":/icons/actions/drawing-landscape-A0.svg")); + QFile file(QString::fromLatin1(":/icons/actions/drawing-%1-%2%3.svg").arg(orientation.toLower()).arg(paper).arg(id)); QAction* a = pcAction->addAction(QString()); if (file.open(QFile::ReadOnly)) { - QString s = QString::fromLatin1("style=\"font-size:22px\">%1%2").arg(paper).arg(id); QByteArray data = file.readAll(); - data.replace("style=\"font-size:22px\">A0", s.toLatin1()); a->setIcon(Gui::BitmapFactory().pixmapFromSvg(data, QSize(64,64))); } diff --git a/src/Mod/Drawing/Gui/Resources/Drawing.qrc b/src/Mod/Drawing/Gui/Resources/Drawing.qrc index 47a8beb322..299a816f02 100644 --- a/src/Mod/Drawing/Gui/Resources/Drawing.qrc +++ b/src/Mod/Drawing/Gui/Resources/Drawing.qrc @@ -12,7 +12,11 @@ icons/actions/drawing-landscape-A4.svg icons/actions/drawing-landscape-new.svg icons/actions/drawing-landscape.svg - icons/actions/drawing-portrait-A4.svg + icons/actions/drawing-portrait-A0.svg + icons/actions/drawing-portrait-A1.svg + icons/actions/drawing-portrait-A2.svg + icons/actions/drawing-portrait-A3.svg + icons/actions/drawing-portrait-A4.svg icons/actions/drawing-view.svg icons/actions/drawing-orthoviews.svg icons/actions/drawing-openbrowser.svg diff --git a/src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg b/src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg index 2cc6b67059..495ed189f9 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg @@ -1,284 +1,64 @@ - - - - - - + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - - - + + + + + + - - + + + + - + image/svg+xml - + New Document @@ -286,151 +66,64 @@ http://jimmac.musichall.cz - + + 2016-02-26 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/DrawingWorkbench.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - + - - + + - - + + - + diff --git a/src/Mod/Drawing/Gui/Resources/icons/Page.svg b/src/Mod/Drawing/Gui/Resources/icons/Page.svg index 2325501c30..da80126649 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/Page.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/Page.svg @@ -1,22 +1,49 @@ - - - - - + + + + + image/svg+xml + + + + [wmayer] + + + Page + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/Page.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/Pages.svg b/src/Mod/Drawing/Gui/Resources/icons/Pages.svg index 7f0695a5dc..0ee84383ff 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/Pages.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/Pages.svg @@ -1,72 +1,65 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + - + image/svg+xml - + + + + [wmayer] + + + Pages + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/Pages.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/View.svg b/src/Mod/Drawing/Gui/Resources/icons/View.svg index 02060fbc06..9d94d5ef20 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/View.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/View.svg @@ -1,77 +1,56 @@ - - - - + + + + + + + + + + + + + - + image/svg+xml - + + + + [wmayer] + + + View + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/View.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.png b/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.png index e3808a108e..a5d3aa7db5 100644 Binary files a/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.png and b/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.png differ diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg index 742732100c..d67b866ef3 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg @@ -1,446 +1,117 @@ - - - - - - + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + - + image/svg+xml - + New Document - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz - + http://agryson.net + + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/document-new.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-annotation.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-annotation.svg index b45e42a483..e4edf3143b 100755 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-annotation.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-annotation.svg @@ -1,722 +1,163 @@ - - - - - - + + + + + - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + - - - - + + + + - + image/svg+xml - - + + + + + [Yorik van Havre] + + + drawing-annotation + 2012-05-02 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-annotation.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - - + + + + + + - - Ab - + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg index dd58ec78ad..26dab6d674 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg @@ -1,710 +1,168 @@ - - - - - - + + + + + - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - + image/svg+xml - - + + + + + [Yorik van Havre] + + + drawing-clip + 2012-05-16 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-clip.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - - + + + + + + + - - + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg index 87ee3b46d8..b694ffd397 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg @@ -1,540 +1,136 @@ - - - - - - - + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + + + + + + - - + + + + - + image/svg+xml - - + + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz - + http://agryson.net + + drawing-draft-view + 2015-01-16 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-draft-view.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg index 02a6e582a7..8f95ef1464 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A0 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -309,153 +278,57 @@ + inkscape:groupmode="layer" + transform="translate(0,16)"> + + - + transform="scale(0.79948194,1.25081)" + style="font-size:40.16712952px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Clean" + id="text3093"> + d="m 22.139617,1.2345772 -5.913275,14.7550618 11.746318,0 -5.833043,-14.7550618 m -3.718597,-4.4325049 6.8226,0 12.28068,30.3803137 -5.45808,0 -2.72904,-7.99482 -14.399403,0 -1.974837,7.99482 -5.45808,0 10.91616,-30.3803137" + id="path3191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="fill:#2e3436" /> + d="m 50.032397,-0.05987132 c -2.016819,2.668e-5 -3.535889,1.00681896 -4.557213,3.02037982 -1.008412,2.000533 -1.512614,5.0143722 -1.512608,9.0415265 -6e-6,4.014109 0.504196,7.027948 1.512608,9.041527 1.021324,2.000515 2.540394,3.00077 4.557213,3.000767 2.029724,3e-6 3.548794,-1.000252 4.557215,-3.000767 1.021315,-2.013579 1.738998,-5.037224 1.739017,-9.051333 C 56.32861,7.9650747 55.610927,4.9610415 54.589612,2.9605085 53.581191,0.94694764 52.062121,-0.05984464 50.032397,-0.05987132 m 0,-3.13805698 c 3.24498,2.98e-5 5.720741,1.3010146 7.42729,3.90295838 1.719438,2.58892032 2.579166,6.35458492 2.579189,11.29700492 -2.3e-5,4.929374 -0.859751,8.695039 -2.579189,11.297005 -1.706549,2.588898 -4.18231,3.883345 -7.42729,3.883346 -3.245004,-1e-6 -5.727228,-1.294448 -7.44668,-3.883346 -1.706535,-2.601966 -2.5598,-6.367631 -2.559797,-11.297005 -3e-6,-4.94242 0.853262,-8.7080846 2.559797,-11.29700492 1.719452,-2.60194378 4.201676,-3.90292858 7.44668,-3.90295838" + id="path3193" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccscscsccccscscscc" + style="fill:#2e3436" /> + - - - - - - - - - - - - - - - - - - - - - A0 - + style="display:inline" + transform="translate(0,16)" /> - - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg index c40100e827..40995263ec 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A1 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -309,153 +278,62 @@ + inkscape:groupmode="layer" + transform="translate(0,16)"> + + - + transform="matrix(0.87216211,0,0,1.25081,-0.5454545,0)" + style="font-size:40.16712952000000314px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Clean" + id="text3093"> - + d="m 20.920054,1.2345772 -5.420502,14.7550618 10.767458,0 -5.346956,-14.7550618 m -3.408714,-4.4325049 6.25405,0 11.25729,30.3803137 -5.00324,0 -2.50162,-7.99482 -13.199453,0 -1.810267,7.99482 -5.00324,0 10.00648,-30.3803137" + id="path3191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="fill:#2e3436" /> + + + + - - - - - - - - - - - - - - - - - - - - - A1 - + style="display:inline" + transform="translate(0,16)" /> - - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg index 9669472e04..a8a5d1ab83 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A2 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -309,153 +278,62 @@ + inkscape:groupmode="layer" + transform="translate(0,16)"> + + - + transform="matrix(0.87216211,0,0,1.25081,-0.5454545,0)" + style="font-size:40.16712952000000314px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Clean" + id="text3093"> - + d="m 20.920054,1.2345772 -5.420502,14.7550618 10.767458,0 -5.346956,-14.7550618 m -3.408714,-4.4325049 6.25405,0 11.25729,30.3803137 -5.00324,0 -2.50162,-7.99482 -13.199453,0 -1.810267,7.99482 -5.00324,0 10.00648,-30.3803137" + id="path3191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="fill:#2e3436" /> + + + + - - - - - - - - - - - - - - - - - - - - - A2 - + style="display:inline" + transform="translate(0,16)" /> - - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg index aa027d8481..f83a4def5d 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A3 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -309,153 +278,62 @@ + inkscape:groupmode="layer" + transform="translate(0,16)"> + + - + transform="matrix(0.87216211,0,0,1.25081,-0.5454545,0)" + style="font-size:40.16712952000000314px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Clean" + id="text3093"> - + d="m 20.920054,1.2345772 -5.420502,14.7550618 10.767458,0 -5.346956,-14.7550618 m -3.408714,-4.4325049 6.25405,0 11.25729,30.3803137 -5.00324,0 -2.50162,-7.99482 -13.199453,0 -1.810267,7.99482 -5.00324,0 10.00648,-30.3803137" + id="path3191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="fill:#2e3436" /> + + + + - - - - - - - - - - - - - - - - - - - - - A3 - + style="display:inline" + transform="translate(0,16)" /> - - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg index 4312a26fd8..d97310da36 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A4 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -309,153 +278,62 @@ + inkscape:groupmode="layer" + transform="translate(0,16)"> + + - + transform="matrix(0.87216211,0,0,1.25081,-0.5454545,2)" + style="font-size:40.16712952000000314px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Clean" + id="text3093"> - + d="m 20.920054,1.2345772 -5.420502,14.7550618 10.767458,0 -5.346956,-14.7550618 m -3.408714,-4.4325049 6.25405,0 11.25729,30.3803137 -5.00324,0 -2.50162,-7.99482 -13.199453,0 -1.810267,7.99482 -5.00324,0 10.00648,-30.3803137" + id="path3191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="fill:#2e3436" /> + + + + - - - - - - - - - - - - - - - - - - - - - A4 - + style="display:inline" + transform="translate(0,16)" /> - - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-new.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-new.svg index 84a2364d62..d46042a301 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-new.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-new.svg @@ -1,450 +1,105 @@ - - - - - - + + + + + + - - - - - + + + - - - - + + + + - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + - + image/svg+xml - - New Document + + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz - + http://agryson.net + + drawing-landscape-new + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-new.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape.svg index 2cc6b67059..edb12d8671 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape.svg @@ -1,436 +1,104 @@ - - - - - - + + + + + + - - - - - + + + - - - - + + + + - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + - + image/svg+xml - - New Document + + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz - + http://agryson.net + + drawing-landscape + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg index fa26b7eacb..15b2c910aa 100755 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg @@ -1,727 +1,541 @@ - - - - - - + + + + + - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - + image/svg+xml - - + + + + + [Yorik van Havre] + + + drawing-openbrowser + 2012-01-19 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-openbrowser.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg index 909a65964e..be940d5042 100755 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg @@ -1,171 +1,86 @@ - - - - - - + + + + + - - - + + + - - - - + + + + - - - - + + + + + + + + + + + + + + - - + + + + - + image/svg+xml - - + + + + + [wmayer] + + + drawing-orthoviews + 2011-12-11 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-orthoviews.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A0.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A0.svg new file mode 100644 index 0000000000..cb3b2625bb --- /dev/null +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A0.svg @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + [agryson] Alexander Gryson + + + http://agryson.net + + drawing-landscape-A0 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A0.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A1.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A1.svg new file mode 100644 index 0000000000..43c0ecd9b5 --- /dev/null +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A1.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + [agryson] Alexander Gryson + + + http://agryson.net + + drawing-landscape-A1 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A1.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A2.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A2.svg new file mode 100644 index 0000000000..3e0768e8b3 --- /dev/null +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A2.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + [agryson] Alexander Gryson + + + http://agryson.net + + drawing-landscape-A2 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A2.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A3.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A3.svg new file mode 100644 index 0000000000..deb3175212 --- /dev/null +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A3.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + [agryson] Alexander Gryson + + + http://agryson.net + + drawing-landscape-A3 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A3.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A4.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A4.svg index 002c6b926f..f0a5d98899 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A4.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-portrait-A4.svg @@ -1,61 +1,27 @@ + + version="1.1"> - - - - - - - @@ -102,7 +58,7 @@ fx="24.306795" fy="42.07798" r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" + gradientTransform="matrix(1,0,0,0.284916,0,30.08928)" gradientUnits="userSpaceOnUse" /> @@ -117,11 +73,11 @@ - - - - - + + id="linearGradient3775-1"> + + + + gradientTransform="matrix(1.0434782,0,0,1.0434782,-8.391304,-131.43091)" /> + + + + + + inkscape:window-width="1920" + inkscape:window-height="1137" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:showpageshadow="false" + inkscape:window-maximized="1" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="true"> + + @@ -279,15 +229,34 @@ image/svg+xml - New Document + - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz + http://agryson.net + rdf:resource="https://www.gnu.org/licenses/lgpl.html" /> + drawing-landscape-A4 + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-landscape-A4.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + @@ -306,152 +275,63 @@ + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + style="display:inline" + transform="translate(0,16)" /> - - - - - - - - - A4 - + style="display:inline" + transform="translate(0,16)" /> diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg index 67dcc956db..a33ebb3047 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg @@ -1,792 +1,183 @@ - - - - - - + + + + + - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - + image/svg+xml - - + + + + + [Yorik van Havre] + + + drawing-spreadsheet + 2016-01-03 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-spreadsheet.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg index 6661551325..7d19cd4f41 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg @@ -1,439 +1,108 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + image/svg+xml - - + + + + + [WandererFan] + + + techdraw-symbol + 2016-01-14 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-symbol.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson, [agryson] Alexander Gryson + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg index 96e45251e0..c9e8474734 100644 --- a/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg +++ b/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg @@ -1,564 +1,141 @@ - - - - - - - + + + + + + - - - - - + + + - - - - + + + + - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - - - - - - - + + + + - - - - - + + + + - - - - + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - + image/svg+xml - + New Document - Jakub Steiner + [agryson] Alexander Gryson - http://jimmac.musichall.cz - + http://agryson.net + + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Drawing/Gui/Resources/icons/actions/drawing-view.svg + + + FreeCAD LGPL2+ + + + + + [agryson] Alexander Gryson + + - - - - - - - + + + + + + + - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +