Respect line column limit

This commit is contained in:
Lucas Schwiderski 2021-03-07 11:09:45 +01:00
parent a8d830f1e6
commit ca066e8d0f
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
-- background, a margin, a mask or a drawable shape bounding. -- background, a margin, a mask or a drawable shape bounding.
-- --
-- The functions exposed by this module always take a cairo context as first -- The functions exposed by this module always take a cairo context as first
-- parameter followed by a width and height. Individual functions may take additional parameters for their specific implementions. -- parameter followed by a width and height. Individual functions may take
-- additional parameters for their specific implementions.
-- --
-- The functions provided by this module only create a path in the content. -- The functions provided by this module only create a path in the content.
-- to actually draw the content, use `cr:fill()`, `cr:mask()`, `cr:clip()` or -- to actually draw the content, use `cr:fill()`, `cr:mask()`, `cr:clip()` or