Timeline for Create a Pride Flag
Current License: CC BY-SA 4.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 26, 2021 at 18:32 | history | edited | RGS | CC BY-SA 4.0 | added 7 characters in body |
| Jun 26, 2021 at 18:31 | comment | added | RGS | @pxeger ah my problem was that I was removing the " and then having the colour be immediately next to the /, but that's what doesn't work. | |
| Jun 26, 2021 at 18:28 | comment | added | pxeger | I meant fill, not color then. This works for me though (Firefox 90.0b6). Also you can remove the last } in the CSS | |
| Jun 26, 2021 at 17:54 | history | edited | RGS | CC BY-SA 4.0 | added 42 characters in body |
| Jun 26, 2021 at 17:52 | comment | added | RGS | @pxeger is that a "joke", because I have no color="#xxx"/>, only fill="#xxx"/>, and so you are saying I can safely make 0 substitutions, or are you serious (and made a mistake)? Because, on my browser, I cannot remove the " from the hexadecimal colors. | |
| Jun 26, 2021 at 17:21 | comment | added | pxeger | You can replace all the color="#xxx"/> with color=#xxx />, and you can move the <style> to the end which lets you omit the closing tag | |
| Jun 26, 2021 at 17:07 | comment | added | RGS | @vonjd done, although you could hit the "run code snippet" button and see the result for yourself. | |
| Jun 26, 2021 at 17:07 | history | edited | RGS | CC BY-SA 4.0 | fix typo |
| Jun 26, 2021 at 17:04 | comment | added | vonjd | Please post the resulting picture as specified above, thank you | |
| Jun 26, 2021 at 16:42 | comment | added | RGS | @WheatWizard I shaved a considerable amount of bytes with your input and also leaving a bunch of tags open :P | |
| Jun 26, 2021 at 16:41 | history | edited | RGS | CC BY-SA 4.0 | added 58 characters in body |
| Jun 26, 2021 at 16:34 | comment | added | Wheat Wizard♦ | And I don't think you need quotes for a lot of things. The numbers at least you can get by with the quotes removed. I'd have to check on colors. | |
| Jun 26, 2021 at 16:34 | comment | added | RGS | Well, you are more or less right, I guess. If I remove the xmlns, then I think the SVG no longer works as a standalone SVG file (at least not on my browsers) but I can change the file to an HTML file, and then removing xmlns and viewBox are just fine. | |
| Jun 26, 2021 at 16:32 | comment | added | Wheat Wizard♦ | And technically speaking since SVG is scalable you shouldn't need the viewbox either. It will just look really tiny, but you can scale it up. | |
| Jun 26, 2021 at 16:30 | comment | added | Wheat Wizard♦ | I don't think you need the xmlns. There should be a tips for golfing in SVG somewhere. | |
| Jun 26, 2021 at 16:27 | history | answered | RGS | CC BY-SA 4.0 |