AngleSharp / AngleSharp.Css

:angel: Library to enable support for cascading stylesheets in AngleSharp.
https://anglesharp.github.io
MIT License
72 stars 34 forks source link

Fix csstext not outputting the liniar angle that was parsed #46

Closed Fraaankes closed 4 years ago

Fraaankes commented 4 years ago

Types of Changes

Bugfix

Prerequisites

Please make sure you can check the following two boxes:

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

Description

Fix an off-by-1 error causing the angle to get overridden in args and output the correct angle for "known" values.

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

FlorianRappl commented 4 years ago

LGTM! Thanks!