flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
2.02k stars 565 forks source link

#447 fix parsing CSS head rules #450

Closed asolntsev closed 4 days ago

asolntsev commented 4 days ago

the probles was in line CSSParser.java:553 - the margins map was overriden by the new value. Previous map content was lost.