User:HeavyD14/Rugby League

From Wikipedia, the free encyclopedia

I used Inkscape to create the original SVG images and then used SciTE to edit the source to create the rest of Color Emblems.

Contents

[edit] Color Emblems

There are three basic images:

They can be edited as plain text to change the colors. Use hex values for the colors (eg #002DF0 or #fff, for the blue and white, respectively, in the two color emblem above. See Web Colors). I use Paint.NET for this, but program that has a color picker can work.

The following code snippets document where the color codes are placed. The relevant sections are near the end of the SVG file. The stroke:#000000 colors are for the outline colors.

[edit] 2 Colors

   <path
      style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92125976px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
      d="M 0.46062988,1051.9016 L 116.53937,1051.9016 L 116.53937,935.82275 L 0.46062988,1051.9016 z "
      id="path3159" />
   <path
      style="fill:#002df0;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92125976px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
      d="M 0.46062988,1051.9016 L 0.46062988,935.82275 L 116.53937,935.82275 L 0.46062988,1051.9016 z "
      id="path3161" />

The the first color (#fff) is for the bottom half, and the second color (#002df0) is for the top half.

[edit] 3 Colors

   <rect
      style="fill:#fff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
      id="rect2168"
      width="117"
      height="117"
      x="-205.71428"
      y="120.90974" />
   <path
      style="fill:#000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
      d="M -205.71428,194.63769 L -205.71428,120.90974 L -131.98634,120.90974 L -205.71428,194.63769 z "
      id="path3141" />
   <path
      id="path4112"
      d="M -88.714279,164.18179 L -88.714279,237.90974 L -162.44222,237.90974 L -88.714279,164.18179 z "
      style="fill:#ff9b19;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />

The first color, inside the <rect .../> element, is the center background color. The second and third color are the top and bottom corners, respectively.

[edit] 4 Colors

   <path
      style="fill:#ff2009;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92125976px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
      d="M 0.46062988,1051.9016 L 0.46062988,935.82275 L 116.53937,935.82275 L 0.46062988,1051.9016 z "
      id="path3161" />
   <path
      style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92125976px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
      d="M 0.46062988,1051.9016 L 116.53937,1051.9016 L 116.53937,935.82275 L 0.46062988,1051.9016 z "
      id="path3159" />
   <path
      style="fill:#0cb004;fill-rule:evenodd;stroke:#000000;stroke-width:0.98412704px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
      d="M 61.507936,935.85418 L 0.49206352,935.85418 L 0.49206352,996.8701 L 61.507936,935.85418 z "
      id="path2210" />
   <path
      id="path3183"
      d="M 55.49206,1051.8702 L 116.50794,1051.8702 L 116.50794,990.85425 L 55.49206,1051.8702 z "
      style="fill:#0018a8;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.98412704px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />

The first and second colors are the top and bottom middle stripes , respectively. (Shown above as Red and White.) The third and fourth are the top and bottom corners.

[edit] Shirts / Jerseys

Here they are. These can be used as a base for creating other images.