Re: SVG XML

> Hi,
> I have an assignment to do I pay you $100 if you know how to resolve this
exercise

Sure, I can help you!
>
> SVG in XML
> Write Program to create XML (VB.net or VB Express)
> 1. Make an arrow shape

Read the Paths chapter in the SVG spec:
http://www.w3.org/TR/SVG11/paths.html to learn how to draw paths in
SVG.  I think a simple triangle will suffice for the 'arrow'.

> 2. Change size/ colour/ conformation

Read the Paint chapter in the SVG spec:
http://www.w3.org/TR/SVG11/painting.html to learn how to change the
colour.  Read the Transformation section in the SVG spec:
http://www.w3.org/TR/SVG11/coords.html to modify the shape's size.

> 3. Define path to move

Read the Animation section: http://www.w3.org/TR/SVG11/animate.html to
learn how to animate an object along a motion path.

> 4. Display background picture

Read about the SVG:image element at
http://www.w3.org/TR/SVG11/struct.html#ImageElement

> 5. Copy arrow to multiple arrows
> determine their time/ location
> based on first with offset

Not sure I follow this exactly, if you give me your professor's email
address, I can ask him to clarify this for us.

> 6. Plus text explanation

Almost all you could ever want to know about SVG:text is covered at
http://www.w3.org/TR/SVG11/text.html

> Note: SVG can react to user click
> Change another part of XML

Read about scripting at http://www.w3.org/TR/SVG11/script.html

I hope this has helped you.  How do you want to send the $100 to me?

Regards,
Jeff

Received on Thursday, 21 December 2006 05:40:11 UTC