Re: Export to PDF outline issues
- To: mathgroup at smc.vnet.net
- Subject: [mg130621] Re: Export to PDF outline issues
- From: simon.gravel at gmail.com
- Date: Fri, 26 Apr 2013 23:07:57 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <klajpj$39p$1@smc.vnet.net> <klddks$d1g$1@smc.vnet.net>
After checking, this is definitely Mathematica 9 specific. Dammit, my license to 8 just expired. In v9 and on OSX, I see the green line in eps and pdf, but not in tiff. I see the difference in box width in pdf only. On Friday, April 26, 2013 4:25:00 AM UTC-4, debguy wrote: > Maybe another viewpoint will help. I use mm v 4.0. I tried the > > example, no problem. I then tried: > > > > foo = Graphics[{Blue, Rectangle[{1, 0}, {2, .1}], Red, Rectangle[{0, > > 0}, {1, .1}], Green, Rectangle[{0, 0}, {0, 1}]}] > > > > Export["foo.pdf", foo] > > Display["foo.tiff", foo, "TIFF"] > > > > However I see the line in both the pdf and tiff: but not in the front- > > end. And resizing does not reveal anything. > > > > Checking the post-script code (alt-shift-e) in the front end Graphic > > it's clear while there's "no width" on green, and changing the column > > values will then shows green in the front end. However as I said > > before, with an equal 1st column my pdf viewer decides to write a line > > anyhow.