Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG logo #629

Closed
JimiC opened this issue Jan 9, 2017 · 3 comments
Closed

SVG logo #629

JimiC opened this issue Jan 9, 2017 · 3 comments

Comments

@JimiC
Copy link

JimiC commented Jan 9, 2017

Would really like to have your logo in SVG for vscode-icons

@dcodeIO
Copy link
Member

dcodeIO commented Jan 10, 2017

Will see what I can do, or rather, what my ancient CS4 is still capable of 🙉

@dcodeIO
Copy link
Member

dcodeIO commented Jan 10, 2017

I am not an SVG expert, but this displays colored shapes, yey:

<?xml version="1.0"?>
<svg width="102" height="119" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
 <g>
  <title>protobuf.js</title>
  <polygon points="51.039,5.185 97.658,32.723 97.61,86.277 51.055,113.814 4.467,86.734 4.448,32.418 " fill="#FFFFFF" id="background"/>
  <path d="m51.038,0l-51.038,29.833l0.021,59.5l51.034,29.667l51,-30.167l0.054,-58.666l-51.071,-30.167zm46.572,86.277l-46.556,27.537l-46.587,-27.08l-0.019,-54.316l46.591,-27.233l46.619,27.538l-0.048,53.554z" fill="#171C1E" id="border"/>
  <polygon points="91.721,49.529 67.825,63.597 67.812,97.283 91.811,83.15 " fill="#1EA8FF" id="blue_front"/>
  <polygon points="82.002,43.789 91.721,49.529 67.825,63.597 67.812,97.283 56.695,90.821   56.785,58.97 " fill="#50BFFF" id="blue_side"/>
  <polygon points="78.73,35.486 78.741,41.718 52.8,57.367 52.829,91.787 46.798,95.33   46.777,54.64 " fill="#97FF27" id="green_front"/>
  <polygon points="68.089,29.2 78.73,35.486 46.777,54.64 46.798,95.33 34.877,88.403   34.859,48.505 " fill="#C2FF72" id="green_side"/>
  <polygon points="64.764,19.575 64.764,27.088 30.699,47.063 30.699,89.983 24.738,93.451   24.853,43.677 " fill="#FF274B" id="red_front"/>
  <polygon points="51.736,11.831 10.809,35.674 10.801,85.302 24.82,93.451 24.853,43.677   64.805,19.575 " fill="#FF5C77" id="red_side"/>
 </g>
</svg>

@JimiC
Copy link
Author

JimiC commented Jan 10, 2017

AWESOME! Will do. Thanks a lot. Much appreciated.

@JimiC JimiC closed this as completed Jan 10, 2017
dcodeIO added a commit that referenced this issue Jan 10, 2017
…ss, compiles with strictNullChecks by default now, see #635; Docs: Added SVG logo, see #629; Other: Minor codegen enhancements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants