Any good websites to convert PNG to SVG?
Asked
Active
Viewed 1,591 times
0
-
[Why you close this :(](http://www.nyan.cat) – Raynos May 23 '11 at 17:22
-
For those wondering why this has been closed as off topic, view the [revision history](http://stackoverflow.com/posts/6100484/revisions) – Lily Chung Jun 27 '11 at 22:17
-
see duplicated question: http://stackoverflow.com/questions/1861382/convert-png-to-svg – oHo May 05 '13 at 19:26
-
Try this https://github.com/chiggum/mindthegap with noisy switch (-z) if the input image has blended colors and change the number of desired colors in output using (-n
). – Dhruv Kohli - expiTTp1z0 Mar 14 '18 at 09:39
1 Answers
1
Yes.
function achievements() {
nyanSeconds = parseInt(seconds);
switch(nyanSeconds) {
case 1971:
$.Storage.set("troubadourMode", "1")
troubadourModeAchieved()
break;
case 9001: // over 9000
overNyanThousandAchieved()
break;
default:
break;
}
}
The over 9000 one doesn't seem to do much, but the "troubadour mode" puts the "lyrics" up on the screen. Paste this into the URL bar after loading the site to shortcut it:
javascript:startTime = new Date() - 1970000;
Jon Grant
- 11,155
- 2
- 34
- 56
-
To be clear, this question was edited after I answered it, and now it is the accepted answer I cannot delete it. – Jon Grant Jan 26 '17 at 14:03