mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Updated named trees in catalog to fulfill PDF 2.0 specification
This commit is contained in:
@ -59,6 +59,11 @@ PDFPageInheritableAttributes PDFPageInheritableAttributes::parse(const PDFPageIn
|
||||
rotation = rotation - fullCircles * 360;
|
||||
}
|
||||
|
||||
if (rotation < 0)
|
||||
{
|
||||
rotation += 360;
|
||||
}
|
||||
|
||||
switch (rotation)
|
||||
{
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user