Problem with markers... (bug?)

Gustav Broberg <[email protected]>
Newsgroups gmane.comp.gnome.lib.librsvg.devel
Message-ID <[email protected]>
Hi,

Before filing a new bug to the tracker, I would like to check that
this is in fact a bug.

Rendering the following with rsvg-view gives me a very small,
non-centered, marker. What I expect is a 10x10 px, centered
marker. That is also what I get with batik, inkscape and firefox.


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   width="80"
   height="20"
   id="Marker Test">
  <defs
     id="some defs">
    <marker
       refX="0"
       refY="0"
       orient="auto"
       style="overflow:visible"
       id="Square">
      <path d="M -5,-5 L -5,5 L 5,5 L 5,-5 L -5,-5 z" />
    </marker>
  </defs>
  <path
     d="M 14,10 C 14,10 70,10 70,10"
     style="fill:none;stroke:#000000;stroke-width:1px"
     marker-start="url(#Square)"
     id="a path" />
</svg>


My versions are:

librsvg: 2.14.1
libart_lgpl: 2.3.17
cairo: latest cvs

I have a rather vague memory of this working in 2.12.*, but I could be
wrong...

Thanks in advance!

--
Gustav Broberg


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.