Closed GoogleCodeExporter closed 9 years ago
Analysis: Some <TextFrame> in the spreads have a Itemlayer attribute that
refers to a <Layer> element in the designmap.xml file.
That element can have an attribute Visible set to true or false.
When it is set to false, the story of the corresponding <TextFrame> should be
skipped.
Solution: We need first to gather the list of the layer IDs that are not
visible, then check for ItemLayer against those values when looping through the
TextFrame elements in gatherStoriesInSpread().
This should be an option, so users can extract non-visible layers if they want.
Original comment by yves.sav...@gmail.com
on 5 Mar 2013 at 12:33
This issue was closed by revision 17e557500061.
Original comment by yves.sav...@gmail.com
on 5 Mar 2013 at 1:20
This should be fixed ('html5' branch)
It will take a day or two to get this in the 'dev' branch and pushed with the
snapshot.
Original comment by yves.sav...@gmail.com
on 5 Mar 2013 at 1:21
[deleted comment]
This issue was closed by revision a13b57d25796.
Original comment by yves.sav...@gmail.com
on 4 Sep 2013 at 8:47
Original issue reported on code.google.com by
piorkows...@gmail.com
on 27 Feb 2013 at 12:47Attachments: