Forum » OnlyPaths

Bug text position

(7 posts)
  • Started 1 year ago by josep_ssv
  • Latest reply from josep_ssv
  1. josep_ssv
    Member

    No match between text Firefox IExplorer
    http://aamap.110mb.com/animator/images/text-ie-firefox.jpg

    onlypaths-viewer is a test bed (updated)
    http://aamap.110mb.com/animator/op_view/

    Posted 1 year ago #
  2. admin
    Key Master

    I see... It may be a css positioning problem. I've found out that IE likes absolute positioning for the container.

    Your screen shot (text-ie-firefox.jpg) link is broken.

    Posted 1 year ago #
  3. josep_ssv
    Member

    ok Admin. New link:
    http://farm4.static.flickr.com/3026/2592117484_c622bb5f96_o.jpg

    Yes, the drawing out of the container in IExplorer: a css positioning problem.
    I have solved: overflow:hidden; Also to be solved: position:relative; OK

    Moving a text Firefox (SVG) moves upwards
    He settled with a fudge:
    to move a text font-size add to its argument top
    NO correct!!

    Posted 1 year ago #
  4. josep_ssv
    Member

    Curious: overflow.hidden; affect positively to VML(IE) and damaged the position of the text SVG (Firefox)
    http://www.w3.org/TR/SVG/masking.html#OverflowAndClipProperties

    put
    this.container.style.overflow='visible';
    in
    SVGRenderer.prototype.init

    Posted 1 year ago #
  5. josep_ssv
    Member

    After a slip....
    Admin,it's great to see your progress

    ====
    Correct Text in VML
    differentiating textpath and textbox

    Now the bug is SVG
    Updated

    http://aamap.110mb.com/animator/op_view/

    Posted 1 year ago #
  6. admin
    Key Master

    Great!

    Posted 1 year ago #
  7. josep_ssv
    Member

    Updated
    As text editor SVG
    http://aamap.110mb.com/animator/op_view/colored.htm

    Impossible in web browser??:
    textLength
    letter-spacing
    word-spacing
    text-decoration

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.