That bug should be fixed so closing it, if you still see issues please
open a new report that's going to be easier to handle
** Changed in: cairo (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
I have this issue with Inkscape 0.91pre2 r13516
some times pattern displays incorrectly in pdf, sometimes not at all.
tried with pdf reader and sumatra pdf on windows 7.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.laun
It turns out this has been fixed in the trunk version of inkscape:
https://bugs.launchpad.net/inkscape/+bug/530895
Installing inkscape-trunk fixed the issue:
https://launchpad.net/~inkscape.dev/+archive/trunk
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Evince correctly displays this and other PDFs that have gradients that
fail to import correctly into inkscape, so the remaining issue looks
like it's not with poppler (which evince uses).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
When importing a PDF with inkscape 0.48.4, cairo 1.12.2 and poppler
0.20.5 (Ubuntu 12.10 with these upgraded packages), I am still seeing
gradients being incorrectly imported.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
Is this supposed to be fixed in Inkscape 0.47? I'm seeing it in 0.48.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/168610
Title:
Exporting patterns and gradients doesn't work for PDF / EMF
To mana
** Changed in: poppler
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/168610
Title:
Exporting patterns and gradients doesn't work for PDF / EMF
--
ubuntu-bugs maili
** Changed in: poppler
Importance: Medium => Unknown
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/168610
Title:
Exporting patterns and gradients doesn't work for PDF / EMF
--
ubuntu-bugs maili
About exporting gradients to EMF files, it does not seem to be
implemented in Inkscape. According to Microsoft specifications, it is
possible to use gradient with both EMF and EMF+.
EMF specification:
http://msdn.microsoft.com/en-us/library/cc230514(PROT.10).aspx (see also pdf at
the top of the
Thought some of my observations might be useful to this discussion.
I have been using Inkscape and also rsvg-convert in an attempt to
convert a few thousand SVGs to PDF.
When I open certain PDFs in Illustrator I get this message:
"An unknown shading type was encountered" and the offending shapes
The issue with reflected gradients turned out to be the cause of a
recently filed bug report (not yet verified with cairo-trace, but after
changing all gradients from 'Repeat: reflect' to 'Repeat: none' the SVG
file exports to PDF without issues):
Bug #511791 “PDF export fails with reflected gradi
I wonder whether this bug has been fixed completely. I use Inkscape 0.47
on Ubuntu 9.10, and I still have problems exporting patterns and
gradients to PDF in Inkscape (and using rsvg-convert). In particular, I
have a problem when I use the pattern or gradient in the stroke
attribute, not in the fil
** Changed in: inkscape
Status: Fix Committed => Fix Released
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
@Adrian - I installed 1.9.2 but cairo-trace doesn't get built on OS X.
It looks like cairo-bug 23864 "Enable cairo-trace on Mac" needs to be
solved first (I had hoped to trace a sample file from bug #388257 to be
sure it's an Inkscape bug).
--
Exporting patterns and gradients doesn't work for PDF
There are some bugs in 1.9.2 (and in 1.9.4 which was released 2 weeks
ago) but for the purpose of getting a cairo-trace it should work.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a membe
@Adrian - I have cairo 1.8.8 installed via MacPorts - AFAIU it doesn't
include cairo-trace. I will try if I can install 'cairo-devel @1.9.2'
and get Inkscape to build with the newer dev version.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
I used cairo-trace while converting Dart.svg to pdf and can confirm the
huge number of stops is caused by cairo. It is the reflect that is
causing it. I need to find a more optimal way to make cairo
repeat/reflect gradients.
I highly recommend using the cairo-trace tool when debugging cairo
export
@Khorf - it looks like gradients with 'repeat' settings other than
'none' are exported in a way that lets Adobe Reader crash. That's a bug
in AR (even if the PDF is bad it shouldn't crash) that Adrian has
reported to Adobe. You could confirm that it is limited to 'reflect' or
'direct' by recreating
suv - So are you saying Inkscape is or is not doing something wrong?
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
both spreadMethods 'reflect' and 'repeat' (in Inkscape 'Repeat: reflect'
and 'Repeat: direct') produce an increased number of stops and overall
greater distance between start and end stop on export to PDF. Only
spreadMethod 'pad' (in Inkscape 'Repeat: none') keeps the the same
number of stops on ex
Re-opening the PDF file in Inkscape and saving as SVG gives a similar
result:
LeWitt:bug suv$ grep 'id="stop' 168610-Dart-LeWitt-3-pdf-reimported.svg | wc -l
2537
LeWitt:bug suv$ grep 'stop-color' 168610-Dart-LeWitt-3-pdf-reimported.svg |wc
-l
2537
LeWitt:bug suv$ grep 'stop-color' 16861
I've reported the AR freezing problem to Adobe.
Looking at the PDF file there are 2535 gradient stops while the SVG only
has about 30 stops. The explosion in the number of gradient stops looks
like an Inkscape bug.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launc
Thanks for checking. Appreciate the work on this and other bugs!
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
@Pablo - yes, thanks for testing. Foxit renders the file correctly - it only
contains a tiny gray dart with a gradient.
This seems to have turned into an AR problem only. Should it go into a new,
separate bug?
** Attachment added: "168610-Dart-LeWitt.svg"
http://launchpadlibrarian.net/344922
suv: hope this is what you asked for, because I don't have time to read
the whole thread. I've Acrobat Pro v9 and the file refuses to open (it
crashes). Foxit opens it but is not rendered correctly (only a blank
page with small gray stain).
--
Exporting patterns and gradients doesn't work for PDF
I don't have any Adobe software installed to test the file. Besides
Apple's 'Preview.app' I have tested '168610-Dart-LeWitt-3.pdf ' with gs
(Ghostscript 8.70) and gv (3.6.7): both load and display the file
without any error messages or rendering bugs.
Can someone else test & confirm whether this i
Adobe Reader refulses to open your test PDF file. I just upgraded to
the latest version of Reader this morning. Thanks for looking at this.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a
Not reproduced with Inkscape 0.46+devel r22540 on OS X 10.5.8 (cairo 1.8.8)
OS X native PDF viewer has no problems with the exported PDF file.
You could try and cleanup the section first ('File > Vaccum
Defs') and remove all empty (flow) text elements (look at the SVG file
with Firefox: all blac
Not sure what the current status of the gradient / PDF problem is, but I
just ran into it again. I have a simple test case that when saved as
PDF will hang Adobe Reader. I'm on Win XP running 0.47pre4.
My PDF save settings are:
Convert text: NO
Rasterize filter effects: YES
Resolution:
** Changed in: poppler
Status: Confirmed => Fix Released
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
I agree with you, we could export the drawing as a bitmap, and then print it or
save it as a pdf file using pdf995 or Inkscape, but this is not usefull for
technical drawing that we intend to modify later on, lines are no longer
modified by the path tool, and I try (but uncessfully) to export it
Just stumbled upon this bug. I would only add that my first try was to print
the document with pattern. Unfortunately only background color of the document
was printed (red background with vhite stripes 1:1). After several tries to get
my drawing somehow to output, I did it by exporting page to
The pattern bug seems to be fixed in the last Inkscape dev builds (tried with
21203, Ubuntu, and a slightly older one on Windows XP).
The PDF shows the stripes as expected. I don't know if it's fixed in cairo or
inkscape, but I suggest we consider (at least) the inkscape report as fix
committed.
More info:
Inkscape 0.46
WinXP
Acrobat Reader 8.1.3
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
I should be clearer. When I save my file (reduced to a simple design)
to a PDF file, if it has a gradient, and I open it in Acrobat Reader,
then Reader HANGS. I cannot view or print the PDF from Inkscape.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/
I too am running into problems saving as PDF files with gradients. I
spent two evenings tracking to problem to gradients (a basic feature of
Inkscape, no?). I am only using PDF because other bugs prevent direct
printing of my SVG file. Now I can't print via PDF either. That led me
to find this
** Changed in: cairo (Ubuntu)
Importance: Undecided => Low
Status: New => Triaged
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
Thanks for the news. Do you have any pointer to the changes that fixed
this issue in Inkscape? If these changes can be backported to the stable
version, it would be very valuable for Intrepid.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
Yo
As of the Inkscape in svn both patterns and gradients seem to be
exported correctly to PDF.
However, please note that you may need to use acroread to view the PDFs,
since other PDF viewers may not be capable of viewing these files.
For example, a PDF viewer called evince uses the poppler library
Thanks, I think anyway the problem is in cairo, and there's no recent
activity on the upstream bug nor in the other bug referenced in the
first.
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received this bug notification because you are
Tormodo Volden, the Intrepid version is latest stable 0.46. To test SVN
version (the one which is "upstream") follow guide at
http://www.inkscape.org/wiki/index.php/CompilingUbuntu
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net/bugs/168610
You received t
It seems to be no progress on it upstream (and same problem in Intrepid
with inkscape 0.46-2ubuntu1 and libcairo2 1.7.4-0ubuntu1).
** Also affects: cairo (Ubuntu)
Importance: Undecided
Status: New
--
Exporting patterns and gradients doesn't work for PDF / EMF
https://bugs.launchpad.net
42 matches
Mail list logo