We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124c1c commit 1b15564Copy full SHA for 1b15564
1 file changed
examples/watermark.py
@@ -19,7 +19,7 @@
19
text = text.rotate(45)
20
21
# tile to the size of the image page, then tile again to the full image size
22
-text = text.embed(10, 10, text.width + 20, text.width + 20)
+text = text.embed(10, 10, text.width + 20, text.width + 20) # noqa: W291
23
page_height = im.get_page_height()
24
text = text.replicate(
25
int(1 + im.width / text.width), int(1 + page_height / text.height)
0 commit comments