diff --git a/src/Mod/Drawing/Gui/Command.cpp b/src/Mod/Drawing/Gui/Command.cpp index 26fb372281c3..8a06fa3f3b07 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 47a8beb322be..299a816f02fc 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 2cc6b67059a2..495ed189f9bc 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 2325501c3097..da801266493c 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 7f0695a5dccb..0ee84383ff7c 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 02060fbc06b7..9d94d5ef20e2 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 e3808a108e33..a5d3aa7db556 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 742732100c43..d67b866ef3e8 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 b45e42a48325..e4edf3143b54 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 dd58ec78ad7c..26dab6d674e8 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 87ee3b46d812..b694ffd39724 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 02a6e582a7b5..8f95ef1464f0 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 @@ - - - - - - - + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="-7" + y="-61.000004" + transform="matrix(0,1,-1,0,0,0)" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="-5" + y="-59.000004" + transform="matrix(0,1,-1,0,0,0)" /> - - - - - - - - - - - - + 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 + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - + 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 c40100e82711..40995263ec0c 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 @@ - - - - - - - + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="-7" + y="-61.000004" + transform="matrix(0,1,-1,0,0,0)" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="-5" + y="-59.000004" + transform="matrix(0,1,-1,0,0,0)" /> - - - - - - - - - - - - + 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" /> + + + d="m 37.900307,25.32961 7.106307,0 0,-24.48528967 -7.106307,1.68864067 0,-4.2216017 7.106307,-1.6886406 4.737539,0 0.07194,28.7068913 7.034365,0 -2e-6,3.37728 -18.950152,10e-7 0,-3.377281" + id="path3200" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccc" + style="fill:#2e3436" /> - - A1 + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - + 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 9669472e04e1..a8a5d1ab83a2 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 @@ - - - - - - - + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="-7" + y="-61.000004" + transform="matrix(0,1,-1,0,0,0)" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="-5" + y="-59.000004" + transform="matrix(0,1,-1,0,0,0)" /> - - - - - - - - - - - - + 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" /> + + + d="m -22,30 18,0 1.6e-6,4 L -28,34 l 0,-4 c 1.916661,-1.983327 4.824993,-4.891658 8.125001,-8.225 3.316652,-3.349985 5.399983,-5.508316 6.25,-6.475 1.616648,-1.816646 2.741647,-3.349978 3.375,-4.6 0.6499786,-1.2666425 0.9749783,-2.5083079 0.9750005,-3.7250004 -2.22e-5,-1.9833044 -0.7000215,-3.5999694 -2.1000005,-4.8500001 -1.383352,-1.24996687 -3.191683,-1.87496625 -5.425,-1.875 -1.583346,3.375e-5 -3.258344,0.27503348 -5.025,0.825 C -23.575007,1.6250319 -26.000006,2.8833649 -28,4 l 0,-5.1 c 2.033328,-0.8166304 4.483327,-1.8582969 6.250001,-2.2750006 1.766656,-0.4166288 3.383321,-0.624962 4.85,-0.625 3.866649,3.8e-5 6.949979,0.9667037 9.2500005,2.9000001 C -5.3500246,0.83336601 -4,4 -4,7 c 0,2 -0.4916921,2.6416907 -1.0749985,4.025 -0.5666924,1.366688 -1.6083581,2.983353 -3.125,4.85 -0.4166895,0.483351 -1.7416882,1.883349 -3.9750005,4.2 C -14.408349,22.375011 -17.933347,25.850008 -22,30" + id="path3269" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccccccccc" + style="fill:#2e3436" /> - - A2 + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - + 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 aa027d848116..f83a4def5db0 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 @@ - - - - - - - + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="-7" + y="-61.000004" + transform="matrix(0,1,-1,0,0,0)" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="-5" + y="-59.000004" + transform="matrix(0,1,-1,0,0,0)" /> - - - - - - - - - - - - + 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" /> + + + d="m -11.44093,13.540351 c 2.3713997,0.507013 4.2194718,1.561886 5.5442219,3.164622 1.341053,1.602769 2.0115924,3.581678 2.0116203,5.936733 -2.79e-5,3.614382 -1.2429791,6.411022 -3.7288571,8.389928 C -10.099871,33.010546 -13.632469,34 -18.211749,34.000001 -19.749097,34 -21.335496,33.844631 -22.970949,33.533894 -24.590065,33.23951 -26.266415,32.605122 -28,32 l 0,-5 c 1.373784,0.801382 2.87841,1.807408 4.51388,2.21627 1.635454,0.408869 3.344512,0.613302 5.127179,0.613299 3.107364,3e-6 5.470607,-0.613295 7.089735,-1.839897 1.6354413,-1.226591 2.4531723,-3.009245 2.4531953,-5.347966 -2.3e-5,-2.158799 -0.7605129,-3.843325 -2.2814723,-5.053583 C -12.602128,16.361542 -15.033616,16.060314 -17.73144,16 L -22,16 l 0,-4 4.464816,0 c 2.436824,0 4.630495,-0.806518 5.92253,-1.771463 1.291995,-0.9812545 1.9380027,-2.3877519 1.9380249,-4.2194966 -2.22e-5,-1.8807541 -0.6705619,-3.3199607 -2.0116199,-4.3176241 -1.324745,-1.01395485 -3.230058,-1.52094808 -5.715946,-1.5209812 -1.357448,3.312e-5 -2.813009,0.1472247 -4.366688,0.44157519 C -23.322582,0.90642613 -24.135579,1.3785557 -26,2 l 0,-4.4157519 c 1.880776,-0.5233121 2.742837,-0.9300232 4.378309,-1.191734 1.651806,-0.2616371 3.205495,-0.392474 4.661071,-0.3925113 3.761548,3.73e-5 6.738089,0.8586548 8.9296318,2.5758552 2.1914954,1.70091525 3.2872549,4.0069167 3.287282,6.9180113 -2.71e-5,2.0280007 -0.5806161,3.7452358 -1.7417688,5.1517107 -1.1612034,1.390165 -2.81302,2.355088 -4.955455,2.894771" + id="path3364" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsscccsscccsccsccccccccccccc" + style="fill:#2e3436" /> - - A3 + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - + 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 4312a26fd8dc..d97310da3661 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 @@ - - - - - - - + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="-7" + y="-61.000004" + transform="matrix(0,1,-1,0,0,0)" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="-5" + y="-59.000004" + transform="matrix(0,1,-1,0,0,0)" /> - - - - - - - - - - - - + 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" /> + + + d="m -54,0 -12,20 12,0 0,-20 m -2,-4 6,0 0,24 6,0 0,4 -6,0 0,10 -4,0 0,-10 -16,0 0,-5 14,-23" + id="path3459" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccc" + style="fill:#2e3436" /> - - A4 + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - + 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 84a2364d62e9..d46042a3017a 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 2cc6b67059a2..edb12d867189 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 fa26b7eacb8b..15b2c910aa70 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 909a65964edc..be940d5042db 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 000000000000..cb3b2625bbe9 --- /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 000000000000..43c0ecd9b568 --- /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 000000000000..3e0768e8b39e --- /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 000000000000..deb31752128f --- /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 002c6b926fbe..f0a5d988996e 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 + + @@ -307,151 +276,62 @@ + transform="translate(0,16)"> + style="fill:#d3d7cf;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987" + width="45.999996" + height="58.000004" + x="9.0000038" + y="-13.000004" /> + style="fill:url(#linearGradient3781-9);fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect2987-1" + width="41.999996" + height="54.000004" + x="11.000004" + y="-11.000004" /> - - - - - - - - - - - - + transform="matrix(0.79948195,0,0,1.25081,5.9999999,8)" + 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:#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" /> + + + d="m -54.4,2 -10.4,18 10.4,0 0,-18 m -1.6,-6 6.8,0 0,24 5.2,0 0,4 -5.2,0 0,10 -5.2,0 0,-10 -15.6,0 0,-5 14,-23" + id="path3459" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccc" + style="fill:#2e3436" /> - + d="m 64,-0.996127 a 15,15 0 0 1 -30,0 15,15 0 1 1 30,0 z" + id="path12511" + style="color:#000000;fill:url(#radialGradient278-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;marker:none;visibility:visible;display:block" + inkscape:connector-curvature="0" /> + - - - - - - - - - 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 67dcc956db18..a33ebb3047aa 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 666155132573..7d19cd4f41d9 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 + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + - - - - + + + + + - - - - + + + + + + - - - - - + + + - - - - + + + + - - - + + + + + + + + + + - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + 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 96e45251e0ae..c9e84747347b 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 + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - +