Page 251 of 499

PostPosted: Fri Jun 03, 2016 4:52 pm
by Floor 448
Could I have this svg code turned into a PNG? I'm on an iPad and I couldn't figure it out from a few Google searches >_<
Code: Select all
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="240">
<defs>
<filter id="star_blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="25"/>
</filter>
</defs>
<rect width="360" height="40" x="0" y="0" fill="#ce1126"/>
<rect width="360" height="40" x="0" y="40" fill="#e5911d"/>
<rect width="360" height="80" x="0" y="80" fill="#fcd116"/>
<rect width="360" height="80" x="0" y="160" fill="#75aadb"/>
<polygon points="0,0 180,120 0,240" fill="#00335b"/>
<g transform="translate(65.000000,120.000000)">
<g transform="scale(0.161290)">
<g transform="translate(-206.000000,-308.000000)">
<g filter="url(#star_blur)">
<circle cx="150" cy="300" r="30" fill="white"/>
<circle cx="-50" cy="300" r="30" fill="white"/>
<circle cx="50" cy="200" r="30" fill="white"/>
<circle cx="50" cy="400" r="30" fill="white"/>
</g>
<path d="M4,62A299,298 0 1,1 4,538A238,240 0 1,0 4,62z" fill="#108042" stroke="black" stroke-width="7"/>
</g>
</g>
</g>
</svg>

(My own overhaul of this flag that I have used before.)

PostPosted: Sat Jun 04, 2016 4:16 am
by Kennorland
I want a flag with the sun on the upper right part of the flag,blue sky and light green hills.Also i want the sky to be added with the sun's ray and the color made a bit realistic

PostPosted: Sat Jun 04, 2016 8:18 am
by Conoga
Floor 448 wrote:Could I have this svg code turned into a PNG? I'm on an iPad and I couldn't figure it out from a few Google searches >_<
Code: Select all
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="240">
<defs>
<filter id="star_blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="25"/>
</filter>
</defs>
<rect width="360" height="40" x="0" y="0" fill="#ce1126"/>
<rect width="360" height="40" x="0" y="40" fill="#e5911d"/>
<rect width="360" height="80" x="0" y="80" fill="#fcd116"/>
<rect width="360" height="80" x="0" y="160" fill="#75aadb"/>
<polygon points="0,0 180,120 0,240" fill="#00335b"/>
<g transform="translate(65.000000,120.000000)">
<g transform="scale(0.161290)">
<g transform="translate(-206.000000,-308.000000)">
<g filter="url(#star_blur)">
<circle cx="150" cy="300" r="30" fill="white"/>
<circle cx="-50" cy="300" r="30" fill="white"/>
<circle cx="50" cy="200" r="30" fill="white"/>
<circle cx="50" cy="400" r="30" fill="white"/>
</g>
<path d="M4,62A299,298 0 1,1 4,538A238,240 0 1,0 4,62z" fill="#108042" stroke="black" stroke-width="7"/>
</g>
</g>
</g>
</svg>

(My own overhaul of this flag that I have used before.)
Image

PostPosted: Sat Jun 04, 2016 9:38 am
by Almonaster Nuevo
Kennorland wrote:I want a flag with the sun on the upper right part of the flag,blue sky and light green hills.Also i want the sky to be added with the sun's ray and the color made a bit realistic



Image

PostPosted: Sat Jun 04, 2016 10:38 am
by Floor 448
Conoga wrote:
Floor 448 wrote:Could I have this svg code turned into a PNG? I'm on an iPad and I couldn't figure it out from a few Google searches >_<
Code: Select all
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="240">
<defs>
<filter id="star_blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="25"/>
</filter>
</defs>
<rect width="360" height="40" x="0" y="0" fill="#ce1126"/>
<rect width="360" height="40" x="0" y="40" fill="#e5911d"/>
<rect width="360" height="80" x="0" y="80" fill="#fcd116"/>
<rect width="360" height="80" x="0" y="160" fill="#75aadb"/>
<polygon points="0,0 180,120 0,240" fill="#00335b"/>
<g transform="translate(65.000000,120.000000)">
<g transform="scale(0.161290)">
<g transform="translate(-206.000000,-308.000000)">
<g filter="url(#star_blur)">
<circle cx="150" cy="300" r="30" fill="white"/>
<circle cx="-50" cy="300" r="30" fill="white"/>
<circle cx="50" cy="200" r="30" fill="white"/>
<circle cx="50" cy="400" r="30" fill="white"/>
</g>
<path d="M4,62A299,298 0 1,1 4,538A238,240 0 1,0 4,62z" fill="#108042" stroke="black" stroke-width="7"/>
</g>
</g>
</g>
</svg>

(My own overhaul of this flag that I have used before.)

Hmm… doesn't properly implement the feGaussianBlur on the dots. Here's how it looks on my iPad:
Image
Yes JSFiddle is usually better than a data URI, but not when one is on an iPad.

(Oh yeah, also, Imgur is blocked on my iPad (MDM stuff) for some reason, so I had to wait a full hour to kick my brother off our shared Mac mini to view it. So I'd appreciate it if a different "dump your image here so you can post it on some forum that doesn't like attachments" site. Come to think of it, this information is better somewhere else. Namely, my sig.)

PostPosted: Sat Jun 04, 2016 1:29 pm
by Corealmisth
I would like a flag, unlike what I have now. No specific pattern, just want something that looks cool.

PostPosted: Sat Jun 04, 2016 2:40 pm
by Almonaster Nuevo
Floor 448 wrote: <snip>

Hmm… doesn't properly implement the feGaussianBlur on the dots. Here's how it looks on my iPad:
(Image)
Yes JSFiddle is usually better than a data URI, but not when one is on an iPad.

(Oh yeah, also, Imgur is blocked on my iPad (MDM stuff) for some reason, so I had to wait a full hour to kick my brother off our shared Mac mini to view it. So I'd appreciate it if a different "dump your image here so you can post it on some forum that doesn't like attachments" site. Come to think of it, this information is better somewhere else. Namely, my sig.)


You would appear to have exactly what you were asking for as part of the image posted above, but whatever...

Image

PostPosted: Sat Jun 04, 2016 3:08 pm
by Almonaster Nuevo
Corealmisth wrote:I would like a flag, unlike what I have now. No specific pattern, just want something that looks cool.



Image

PostPosted: Sat Jun 04, 2016 4:42 pm
by Beautiful Valenwood
I need a flag for a Arab Ba'athist Socialist Republic, but that is an actual democracy. I am Iraq too. You have creative liberty on what is in the flag, colors etc.

PostPosted: Sat Jun 04, 2016 7:15 pm
by Deutschen Demokratischen Republic
Deutschen Demokratischen Republic wrote:If possible I'd just like the coat of arms replaced on my main flag and a new flag created.

I just need the coat of arms in the center replaced with the arm gripping the SKS with the flag attached.
https://upload.wikimedia.org/wikipedia/ ... _Stasi.svg


I need a secondary flag created with the same tri-colours as on the normal german flag but with this put in if possible.
http://vignette2.wikia.nocookie.net/muv ... 0613161126

I tried to upload them but Failstates being what it is said either both were "too high" or "too wide" and all that.


Thanks!


Bump?

PostPosted: Sat Jun 04, 2016 7:30 pm
by Corealmisth
Almonaster Nuevo wrote:
Corealmisth wrote:I would like a flag, unlike what I have now. No specific pattern, just want something that looks cool.



Image

Thanks!

PostPosted: Sat Jun 04, 2016 8:31 pm
by Final Dream
I have one request, you can have as much fun with this as you like: make me a flag that looks like a dream. It could be a dream you once had, what you think dreams look like, smell like, or feel like. Please make it as creative and beautiful as possible. Thank you.

PostPosted: Sun Jun 05, 2016 5:09 am
by Safad
I'm looking for a relatively simple design. A blue Star of David on a white background but on the left and right sides of the flag have two vertical blue stripes. A shade of blue similar to this, or even slightly darker would be great.

PostPosted: Sun Jun 05, 2016 8:17 am
by Almonaster Nuevo
Safad wrote:I'm looking for a relatively simple design. A blue Star of David on a white background but on the left and right sides of the flag have two vertical blue stripes. A shade of blue similar to this, or even slightly darker would be great.



Image

PostPosted: Sun Jun 05, 2016 8:20 am
by Almonaster Nuevo
Final Dream wrote:I have one request, you can have as much fun with this as you like: make me a flag that looks like a dream. It could be a dream you once had, what you think dreams look like, smell like, or feel like. Please make it as creative and beautiful as possible. Thank you.


Image

PostPosted: Sun Jun 05, 2016 10:37 am
by Arpite
Almonaster Nuevo wrote:
Final Dream wrote:I have one request, you can have as much fun with this as you like: make me a flag that looks like a dream. It could be a dream you once had, what you think dreams look like, smell like, or feel like. Please make it as creative and beautiful as possible. Thank you.


Image

Your dreams look weird

PostPosted: Sun Jun 05, 2016 3:30 pm
by Almonaster Nuevo
Arpite wrote:Your dreams look weird



Nothing to do with me, mate. I borrowed that one.

PostPosted: Sun Jun 05, 2016 3:34 pm
by Canire
I would like a better version of my current flag- change the alignment of things a bit, perhaps? It's important the harp and maple leaf overlap some, but I mean.

... And that red and green clash a bit much, too.

PostPosted: Sun Jun 05, 2016 4:53 pm
by Mirachromia
Canire wrote:I would like a better version of my current flag- change the alignment of things a bit, perhaps? It's important the harp and maple leaf overlap some, but I mean.

... And that red and green clash a bit much, too.

Here's a design I made for fun that departs somewhat from the original design.
Image

PostPosted: Sun Jun 05, 2016 4:55 pm
by Canire
Mirachromia wrote:
Canire wrote:I would like a better version of my current flag- change the alignment of things a bit, perhaps? It's important the harp and maple leaf overlap some, but I mean.

... And that red and green clash a bit much, too.

Here's a design I made for fun that departs somewhat from the original design.
Image

Thanks, I think I'll use that for one of my Provinces- once I figure all that out.

PostPosted: Sun Jun 05, 2016 7:17 pm
by Almonaster Nuevo
Canire wrote:I would like a better version of my current flag- change the alignment of things a bit, perhaps? It's important the harp and maple leaf overlap some, but I mean.

... And that red and green clash a bit much, too.



I went back to the sources to give you another re-interpretation.

Image

PostPosted: Sun Jun 05, 2016 7:44 pm
by Canire
Almonaster Nuevo wrote:
Canire wrote:I would like a better version of my current flag- change the alignment of things a bit, perhaps? It's important the harp and maple leaf overlap some, but I mean.

... And that red and green clash a bit much, too.



I went back to the sources to give you another re-interpretation.

Image


Thanks. Maybe that was a previous flag? We'll just see what I use it for.

PostPosted: Sun Jun 05, 2016 9:49 pm
by Bhikkustan
I need a flag for a Buddhist socialist nation. Thanks.

PostPosted: Sun Jun 05, 2016 10:56 pm
by Neolvex
Can someone please edit my current flag? I would want the weird mix of the swastica (which I didn't know was there) and stuff with the middle logo thing if my previous flag?

PostPosted: Mon Jun 06, 2016 3:26 am
by Democratic Comancheria
Can I have the figure from this flag, and place in in the center of a dark red banner similar to that of the Khmer Rogue?