Skip to content

Commit

Permalink
removed clipping paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik committed Jul 19, 2016
1 parent 30a9747 commit 8344819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object ProcessDocument {

val pathFinder=new ProcessPaths(page)
pathFinder.getPaths()
val pdGraphicsPaths=pathFinder.paths
val pdGraphicsPaths=pathFinder.paths.filter(!_.isClip)

PDPageSimple(
pNum = pNum,
Expand Down

0 comments on commit 8344819

Please sign in to comment.