Klingon Empire flag

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
pakin
Posts: 43
Joined: Sat Apr 21, 2007 8:59 pm
Location: United States
Contact:

Klingon Empire flag

Post by pakin »

I stumbled across an SVG version of the Klingon Empire flag on Wikimedia Commons and thought it would be fun to convert it to CFDG:

Code: Select all

startshape KE_flag

rule KE_flag {
  SQUARE { x 6.13 y 3.90 s 12.26 7.80 h 0 sat 1 b 1 }
  CIRCLE { x 6.20 y 3.60 s  4.85 sat 0 b 1 }
  claw { }
}

path claw {
  MOVETO { x 6.21 y 2.12 }
  CURVETO { x1 6.50 y1 2.60 x2 6.76 y2 2.88 x 7.05 y 3.36 }
  CURVETO { x1 6.98 y1 3.66 x2 6.71 y2 3.50 x 6.22 y 7.25 }
  CURVETO { x1 5.66 y1 3.47 x2 5.37 y2 3.63 x 5.34 y 3.39 }
  CURVETO { x1 5.62 y1 2.90 x2 5.93 y2 2.61 x 6.21 y 2.12 }
  CLOSEPOLY { }
  FILL { }
  MOVETO { x 5.19 y 3.09 }
  CURVETO { x1 5.41 y1 2.76 x2 5.82 y2 2.29 x 6.03 y 1.95 }
  CURVETO { x1 4.71 y1 1.86 x2 4.44 y2 1.54 x 3.99 y 1.07 }
  CURVETO { x1 3.91 y1 2.63 x2 4.95 y2 2.63 x 5.19 y 3.09 }
  CLOSEPOLY { }
  FILL { }
  MOVETO { x 6.39 y 1.96 }
  CURVETO { x1 6.64 y1 2.33 x2 6.96 y2 2.77 x 7.22 y 3.13 }
  CURVETO { x1 7.65 y1 2.25 x2 8.21 y2 1.98 x 8.73 y 1.93 }
  CURVETO { x1 8.32 y1 1.36 x2 7.27 y2 1.42 x 6.39 y 1.96 }
  CLOSEPOLY { }
  FILL { }
}
I haven't yet figured out a creative way to turn this into "art". If you want to take a stab at it, go right ahead.
Attachments
Flag of the Klingon Empire
Flag of the Klingon Empire
klingon-empire.png (12.65 KiB) Viewed 37940 times

Post Reply