albrechtf / mcf2pdf

"My CEWE Photobook" MCF to PDF converter
Other
41 stars 36 forks source link

Bug Fix - Render zPosition #39

Open cdce8p opened 6 years ago

cdce8p commented 6 years ago

Fixes issue where zPosition wasn't considered when rendering.

rbodziony commented 6 years ago

why you removed function ?

cdce8p commented 6 years ago

Unfortunatly I am not an expert regarding Digester, but I noticed that although the methods are there the resulting object dosn't have the Z-Position. Through try and error I found that it seems to be the second capital letter in setZPosition which was causing the issue. Because I change the method name, digster will be able to match the Z-Position be default which is why I removed the additional entry.