From 559c45a5854b46096d624aa624c732111c5acb51 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 30 Jul 2023 14:50:53 +0200 Subject: [PATCH] it's -> its --- src/doc/doc/about/drc_ref_global.xml | 2 +- src/doc/doc/about/drc_ref_layer.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/doc/doc/about/drc_ref_global.xml b/src/doc/doc/about/drc_ref_global.xml index 3deac6889..0e80df7f3 100644 --- a/src/doc/doc/about/drc_ref_global.xml +++ b/src/doc/doc/about/drc_ref_global.xml @@ -768,7 +768,7 @@ is called on. This operation represents all "other" primary polygons while

This feature opens new options for processing layouts beyond the abilities of the classical DRC concept. For classic DRC, intra-layer interactions -are always symmetric: a polygon cannot be considered separated from it's neighbors +are always symmetric: a polygon cannot be considered separated from its neighbors on the same layer.

The following example computes every part of the input which is closer than diff --git a/src/doc/doc/about/drc_ref_layer.xml b/src/doc/doc/about/drc_ref_layer.xml index 6efff2012..2e5e6b2b9 100644 --- a/src/doc/doc/about/drc_ref_layer.xml +++ b/src/doc/doc/about/drc_ref_layer.xml @@ -676,7 +676,7 @@ out = l1.drc((secondary(l2) & primary).area > 1.0)

Some filters operate on properties of the full, local, per-primary shape set. While the loop is executed, the DRC expressions will collect shapes, either -from the primary, it's neighborhood (secondaries) or from deriving shape sets. +from the primary, its neighborhood (secondaries) or from deriving shape sets.

Obviously the primary is a simple one: it consists of a single shape, because this is how the loop operates. Derived shape sets however can be more complex. @@ -1537,7 +1537,7 @@ from the other layer. Two polygons overlapping or touching at two locations are

This operation is similar to the "&" operator, but it does also report intersection points -between non-colinear, but intersection edges. Such points are reported as point-like, +between non-colinear, but intersecting edges. Such points are reported as point-like, degenerated edge objects.

This method is available for edge layers. The argument must be an edge layer. @@ -3609,7 +3609,7 @@ This method is available for polygon or edge pair layers.

  • layer.with_area_ratio(min, max)
  • -The area ratio is a measure how far a polygon is approximated by it's +The area ratio is a measure how far a polygon is approximated by its bounding box. The value is always larger or equal to 1. Boxes have a area ratio of 1. Larger values mean more empty area inside the bounding box.

    @@ -3883,7 +3883,7 @@ upper limit.

    This method is available for polygon layers only.

    -

    "with_relative_height" - Selects polygons by the ratio of the height vs. width of it's bounding box

    +

    "with_relative_height" - Selects polygons by the ratio of the height vs. width of its bounding box

    Usage: