ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
96 stars 52 forks source link

Using RSTLine trait in RSAbstract marker #548

Closed jordanmontt closed 1 year ago

jordanmontt commented 1 year ago

Using this trait enables the use of useful methods, like width: paint: marker: ... etc

akevalion commented 1 year ago

Could you please add a test

jordanmontt commented 1 year ago

Of course!

but can you tell what do you want me to test? Because I'm only adding the use of a trait

akevalion commented 1 year ago

The test can be related to the functionality of the RSTLine in a sub class of RSAbstractChartDecoration

jordanmontt commented 1 year ago

I added some tests. Can you have a look please?

akevalion commented 1 year ago

Yes, I like the tests