text in markers not exported as PDF

Bug #181560 reported by Aidan Delaney
This bug report is a duplicate of:  Bug #596842: Markers non exported to PDF. Edit Remove
2
Affects Status Importance Assigned to Milestone
Inkscape
Confirmed
Low
Unassigned

Bug Description

A text character such as "➊" (Unicode character U+278A) may be a child of a document layer. As a text node child of, say, layer1 it will correctly be exported to a PDF file (I believe it's exported as a path). However a text character which is a child of marker, for example in the XML snippet below, is not correctly exported to either PDF or EPS.

All the stock markers are definied as paths, so this only arises in the case of custom markers.

Example marker snippet:
 <marker
       orient="auto"
       refY="0"
       refX="0"
       id="CircleOne"
       inkscape:stockid="CircleOne"
       style="overflow:visible">
      <circle
         cx="0"
         cy="0"
         r="4"
         fill="white"
         id="circle40" />
      <text
         transform="translate(-4.5, 4.5)"
         id="text40">➊</text>
    </marker>

Bryce Harrington (bryce)
Changed in inkscape:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Buliabyak-users (buliabyak-users) wrote :

confirmed with the new cairo exporter too

(please always attach not only snippets but complete svg sample files as well, for easier triaging and testing)

su_v (suv-lp)
tags: added: markers
Revision history for this message
su_v (suv-lp) wrote :

AFAICT same issue as
- Bug #596842 “Markers non exported to PDF”
  <https://bugs.launchpad.net/inkscape/+bug/596842>
(see comment #5 there)

Revision history for this message
su_v (suv-lp) wrote :

PDF exported with current trunk (r12170, cairo 1.12.14, OS X 10.7)

tags: added: exporting pdf
Revision history for this message
su_v (suv-lp) wrote :

Linking as duplicate to bug #596842 since it has seen more recent activity, and was triaged in more detail than this report.

Please add a comment here and revert the duplicate status if you don't agree and think these are different issues which need to be tracked separately.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.