Remove redundant "This can be" from stroke docs of curve and polygon (#6715)

This commit is contained in:
Robin 2025-08-07 17:46:50 +02:00 committed by GitHub
parent 7546bfff74
commit 7392140572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ pub struct CurveElem {
#[default]
pub fill_rule: FillRule,
/// How to [stroke] the curve. This can be:
/// How to [stroke] the curve.
///
/// Can be set to `{none}` to disable the stroke or to `{auto}` for a
/// stroke of `{1pt}` black if and only if no fill is given.

View File

@ -47,7 +47,7 @@ pub struct PathElem {
#[default]
pub fill_rule: FillRule,
/// How to [stroke] the path. This can be:
/// How to [stroke] the path.
///
/// Can be set to `{none}` to disable the stroke or to `{auto}` for a
/// stroke of `{1pt}` black if and only if no fill is given.

View File

@ -35,7 +35,7 @@ pub struct PolygonElem {
#[default]
pub fill_rule: FillRule,
/// How to [stroke] the polygon. This can be:
/// How to [stroke] the polygon.
///
/// Can be set to `{none}` to disable the stroke or to `{auto}` for a
/// stroke of `{1pt}` black if and only if no fill is given.