For the font-tired eyes of my bretheren.

An (slightly interesting) alternative to spreading gifs throughout our code when writing web pages

This is sort of a <japh/>, if you believe me that the code is being generated in perl.
It's a JAPH in XML/SVG, and requires the Adobe SVG plug-in to be viewed. The image is vector-based graphics and really configurable.

Notice the link embedded within the graphic? I think that this is really cool and worth making a japh just for its own sake. And I'm bored, so I want to do something creative.

Sorry, no *nux version available yet from them.

I'm using it as a test of an SVG.pm module I'm putting together to do pretty things with graphs and tables. If anyone is interested, there's a (nascent) discussion mailing list at:

svg-discuss@roasp.com.

svg mailing list instructions. (There are also links to examples there).

28 Aug 2001: Added another sample site for fun-living svg people...

A graph generator that allows xy, parametric, and data-point plotting. I think I'm going to keep on going with this. It's cool and pretty. Makes my manager's eyes happy.

--Added 31 Aug 2001:

More svg samples (server-geenrated SVG) are visible on my SVG Page (Apologies, but right now, I'm only able to support opera and ie on this page for the svg parts. NS does not seem to recognize the <embed> tag on the machine I have at work. Then again, maybe it is just the specific enterprise version at work causing trouble).

-- Nov 2001: Updated SVG.pm to V 1.13 on CPAN

particular thanks to:

1/ Peter Wainwright of Space Future (also the author of Wrox's Perl for Professionals and Professional Apache for the prototype and pod help, and for agreeing to write SVG::Parser

2/ alfred reibenschuh aka Fredo for his excellent SVG OO code which caused me to do a total rewrite of the module in September and to use framework for tag generation without external dependency on XML::Writer.


In reply to japh in perl as vector graphics (SVG) by hackmare

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.