Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Draw an ellipse

 

This will draw an ellipse

cx is the x co-ordinate of the center of the ellipse, cy is the y co-ordinate at the centre of the llipse. rx is the horizontal radius and ry is the vertical radius. Play about with these settings and see what happens. 

 


 

 

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="400" height="400">
<ellipse cx="200" cy="200" rx="100" ry="50"
style="fill:rgb(255,0,0);
stroke:rgb(0,0,255);stroke-width:2"/>
</svg>

view this example here


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Create a text file(Powershell)
GD exists(PHP)
MP3 searcher(VBScript)
Currency convertor(PHP)
Button example(ASP.net)
Delete a file(C)
multi status bar messages(Javascript)
display properties using the WMI(C Sharp)

    




Copyright © 2003 by programmershelp.co.uk