The Union Jack is said to consist of three flags overlaid.
The Union Jack is easy to draw incorrectly. We can overlay the three Saints' flags
- St.Andrew, St. Patrick and St. George - but:
The red X of St. Patrick must lose half of its width - the anti-clockwise
half.
The flag of St. George must include a white border.
Question 2: Stars
We can give an element an id. The use element allows us
to reuse that node in another context.
US Flag
In this example we have a five pointed star defined as star
it gets used three times in different positions.
Complete the row of six stars across the top of the blue rectangle.
You can use the following to define a group of six stars.
Insert the text just after the definition
of the star. We can use this several times as <use xlink:href="#row6" y="3"/>
Using similar techniques you can create a 5 x 4 grid of stars, these
can be used to complete the "stars" part or the stars and stripes.
Question 3: Stripes
Add the seven red stripes before the stars.
You can draw each stripe either as a line or as a rectangle.
Working in 13th's is a little clumsy so you may enclose all of the
stripes in a g element - we can use the transform "scale" so that we
can work with a rectangle that is one unit wide and 13 units high.