From the tutorial at Adobe's site,

scale(<sx> [<sy>]) will scale the element by factor of <sx> and <sy> f +rom the centerpoint (0,0). If <sy> is not given, it is assumed to be +the same as <sx>. For example, if the value of <sx> is "0.5," the ele +ment will be scaled to 50% of the original width. In the full six-num +ber array, <sx> and <sy> are the first and fourth numbers of the arra +y. To scale using a centerpoint other than (0,0), you must translate the +element so that the centerpoint becomes (0,0), perform the scale, the +n translate the element back to its original location. For example, t +o scale an element by 50% centered on (150,100), you must set the tra +nsform attribute to "translate(150 100) scale(.5) translate(- 150 -10 +0)" (note the reverse order).

Well It's better than the Abottoire, but Yorkshire!

In reply to Re: Scaling the values in a document by BrowserUk
in thread Scaling the values in a document by Baz

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.