From ef55e9abf1f3e9a47e9154dd60e9da9c333cd4bb Mon Sep 17 00:00:00 2001 From: James-Yu Date: Fri, 29 Sep 2017 10:31:46 +0800 Subject: [PATCH] Resolve #275 New icon @bartosz-antosik --- CHANGELOG.md | 4 +++ icons/view-pdf-dark.svg | 68 +++++++++++++++++++--------------------- icons/view-pdf-light.svg | 68 +++++++++++++++++++--------------------- package.json | 2 +- 4 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408665b36..eefa04304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.5.4] - 2017-09-29 +### Changed +- (#275) New icon @bartosz-antosik. Nice! + ## [3.5.3] - 2017-09-19 ### Changed - (#272) Consider TeX files as proper project sources. diff --git a/icons/view-pdf-dark.svg b/icons/view-pdf-dark.svg index df4778b63..b7e8346a6 100644 --- a/icons/view-pdf-dark.svg +++ b/icons/view-pdf-dark.svg @@ -13,7 +13,10 @@ version="1.1" id="svg11" sodipodi:docname="view-pdf-dark.svg" - inkscape:version="0.92.1 r15371"> + inkscape:version="0.92.1 r15371" + inkscape:export-filename="C:\Users\ban.necne\Projects\_vscode_\latex-workshop\view-pdf-dark.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> @@ -22,7 +25,7 @@ image/svg+xml - + @@ -39,9 +42,9 @@ inkscape:window-height="1867" id="namedview13" showgrid="true" - inkscape:zoom="45.254834" - inkscape:cx="8.2174676" - inkscape:cy="-1.385642" + inkscape:zoom="16" + inkscape:cx="-7.334384" + inkscape:cy="-17.940078" inkscape:window-x="1192" inkscape:window-y="-8" inkscape:window-maximized="1" @@ -50,43 +53,38 @@ type="xygrid" id="grid4492" /> + - Created with Sketch. - - - - + style="fill:#dc2c27;fill-opacity:1" /> + + style="fill:#75beff;fill-opacity:1" + d="M 5,8.5 C 5,6.567 6.567,5 8.5,5 10.433,5 12,6.567 12,8.5 12,9.211 11.785,9.869 11.421,10.422 L 15,14 14,15 10.421,11.422 C 9.869,11.785 9.21,12 8.5,12 6.567,12 5,10.433 5,8.5 Z m 5.999,0 C 10.999,7.119 9.88,6 8.499,6 c -1.381,0 -2.5,1.119 -2.5,2.5 0,1.381 1.12,2.5 2.5,2.5 1.38,0 2.5,-1.119 2.5,-2.5 z" + id="path16" + sodipodi:nodetypes="sssccccsssssss" /> + diff --git a/icons/view-pdf-light.svg b/icons/view-pdf-light.svg index 4d9ea6132..caedb6754 100644 --- a/icons/view-pdf-light.svg +++ b/icons/view-pdf-light.svg @@ -13,7 +13,10 @@ version="1.1" id="svg11" sodipodi:docname="view-pdf-light.svg" - inkscape:version="0.92.1 r15371"> + inkscape:version="0.92.1 r15371" + inkscape:export-filename="C:\Users\ban.necne\Projects\_vscode_\latex-workshop\view-pdf-light.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> @@ -22,7 +25,7 @@ image/svg+xml - + @@ -39,9 +42,9 @@ inkscape:window-height="1867" id="namedview13" showgrid="true" - inkscape:zoom="45.254834" - inkscape:cx="8.2174676" - inkscape:cy="-1.385642" + inkscape:zoom="22.627417" + inkscape:cx="-0.21025264" + inkscape:cy="5.372027" inkscape:window-x="1192" inkscape:window-y="-8" inkscape:window-maximized="1" @@ -50,43 +53,38 @@ type="xygrid" id="grid4492" /> + - Created with Sketch. - - - - + style="fill:#dc2c27;fill-opacity:1" /> + style="fill:#00539c;fill-opacity:1" + d="M 5,8.5 C 5,6.567 6.567,5 8.5,5 10.433,5 12,6.567 12,8.5 12,9.211 11.785,9.869 11.421,10.422 L 15,14 14,15 10.421,11.422 C 9.869,11.785 9.21,12 8.5,12 6.567,12 5,10.433 5,8.5 Z m 5.999,0 C 10.999,7.119 9.88,6 8.499,6 c -1.381,0 -2.5,1.119 -2.5,2.5 0,1.381 1.12,2.5 2.5,2.5 1.38,0 2.5,-1.119 2.5,-2.5 z" + id="path16" + sodipodi:nodetypes="sssccccsssssss" /> + + diff --git a/package.json b/package.json index 5e1524875..5e4c5e20c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LaTeX Workshop", "description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.", "icon": "icon.png", - "version": "3.5.3", + "version": "3.5.4", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",