fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.04k stars 835 forks source link

silkscreen text may not be filled in correctly (Illustrator does not fill in default values for stroke and fill) #2293

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on November 09, 2012 01:19:01

Mr. Majewski said, on our encoder pcb were the E and Z of Encoder and Fritzing in the silkscreen not filled (like on the most, we have seen). He fixed it now, but is it maybe a bug in the panelizing process? Like one panel is OK, the second spins around?

Attachment: rotEncoder.fzz

Original issue: http://code.google.com/p/fritzing/issues/detail?id=2293

davidperrenoud commented 10 years ago

From irasc...@gmail.com on November 12, 2012 14:11:37

This is a Fritzing "bug", but it is not a problem with the gerber translation per se. The text in this svg actually seems to have started out as an image created by illustrator (see attached file). When Illustrator saves the image, it has no fill or stroke or stroke-width attributes, which means that Fritzing defaults to a stroke-width of 1, no fill, and a stroke color of white. So if you want to use rotEncoder.fzz, I suggest you fix up the image SVG from Illustrator and reload that into the logo image part. For example, have a look at the second SVG.

Cc: stefanhermann79@googlemail.com andre.knoerig@gmail.com

Attachment: rotEncoderSilk.svg rotEncoderSilk - Copy.svg

davidperrenoud commented 10 years ago

From irasc...@gmail.com on November 12, 2012 14:17:02

Summary: silkscreen text may not be filled in correctly (Illustrator does not fill in default values for stroke and fill)

davidperrenoud commented 10 years ago

From irasc...@gmail.com on December 16, 2012 04:34:31

Issue 2340 has been merged into this issue.

davidperrenoud commented 10 years ago

From irasc...@gmail.com on December 31, 2012 02:41:45

r6741 : inscriber now looks for paths missing stroke, fill, and stroke-width attributes.

Status: PartlyDone