Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

Clarification #30

Closed SwiftsNamesake closed 7 years ago

SwiftsNamesake commented 7 years ago

I'm in the process of fixing the typos in the Haddocks, and came across this:

https://github.com/Twinside/Rasterific/blob/6aa707130308f9c41a6578079809ce88c4e51480/src/Graphics/Rasterific.hs#L130

I just wonder what you mean by 'traduction' (translation, maybe, as in translating coordinates), and also why there are three asterisks (***) rather than one.

SwiftsNamesake commented 7 years ago

Also:

-- | Will stroke geometry with a given stroke width.
-- The elements should be connected

It should be *Fill instead of Will right?

Twinside commented 7 years ago

Answered in pull request