[accessibleimage] Re: SVG maps
- From: Zorro <blindfold@xxxxxxxxxx>
- To: accessibleimage@xxxxxxxxxxxxx
- Date: Wed, 25 Jan 2006 12:21:57 +0100
Hi David, Lisa and all,
The vOICe can be used to see/hear rendered SVG graphics,
assuming that you have the plug-in installed that Lisa
mentioned. For example, I have an SVG description of a
filled bright circle and a filled bright square on a
black background at the direct URL
http://www.seeingwithsound.com/molyneux.svg
You can download it and use Notepad or another text
editor to read the plain ASCII graphics definition,
or you can paste the URL into Internet Explorer and
see/hear the circle and the square by running The vOICe
in active window sonification mode (via key combination
Alt F9), zooming in as needed with function key F4,
moving around with your arrow keys, and so on. It's
an easy way to at least check the basic layout and
positioning that you put in your textual graphics
definition file.
I have appended the plain text content of the above
SVG file, defining the canvas area, its color, and
the circle and square with their size and position.
It reads a bit like HTML source code.
Best regards,
Peter Meijer
Seeing with Sound - The vOICe
http://www.seeingwithsound.com/winvoice.htm
<svg width="1024" height="768">
<rect fill="black" width="1024" height="768"></rect>
<g style="stroke: white; stroke-width: 2">
<circle cx="412" cy="384" fill="rgb(191,191,191)" opacity="1.0" r="50"></circle>
<rect fill="rgb(191,191,191)" height="100" opacity="1.0" width="100" x="562"
y="334"></rect>
</g>
</svg>
- Follow-Ups:
- [accessibleimage] Re: SVG maps
- From: Lisa Yayla
- [accessibleimage] Re: SVG maps
- From: Zorro
- References:
- [accessibleimage] SVG maps
- From: Lisa Yayla
- [accessibleimage] Re: SVG maps
- From: David Poehlman
Other related posts:
- » [accessibleimage] SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
- » [accessibleimage] Re: SVG maps
Seeing with Sound - The vOICe http://www.seeingwithsound.com/winvoice.htm
<svg width="1024" height="768"> <rect fill="black" width="1024" height="768"></rect> <g style="stroke: white; stroke-width: 2"> <circle cx="412" cy="384" fill="rgb(191,191,191)" opacity="1.0" r="50"></circle> <rect fill="rgb(191,191,191)" height="100" opacity="1.0" width="100" x="562" y="334"></rect> </g> </svg>
- [accessibleimage] Re: SVG maps
- From: Lisa Yayla
- [accessibleimage] Re: SVG maps
- From: Zorro
- [accessibleimage] SVG maps
- From: Lisa Yayla
- [accessibleimage] Re: SVG maps
- From: David Poehlman