From 2215eaf0fdd43255bcfc6ba6142c0bfd22283844 Mon Sep 17 00:00:00 2001 From: Carsten Presser Date: Mon, 24 Feb 2020 14:48:50 +0100 Subject: [PATCH 1/2] Document new KLC rule S3.9 --- content/klc/S3.9.adoc | 6 ++++++ content/libraries/klc_history.adoc | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 content/klc/S3.9.adoc diff --git a/content/klc/S3.9.adoc b/content/klc/S3.9.adoc new file mode 100644 index 00000000..52ff9bb2 --- /dev/null +++ b/content/klc/S3.9.adoc @@ -0,0 +1,6 @@ ++++ +brief = "Elements on the graphic layer should not overlap" ++++ + +Symbols should not have overlapping or duplicate graphic elements. This includes lines, arcs, text and circles. + diff --git a/content/libraries/klc_history.adoc b/content/libraries/klc_history.adoc index e84f6369..f79b3917 100644 --- a/content/libraries/klc_history.adoc +++ b/content/libraries/klc_history.adoc @@ -5,6 +5,9 @@ url = "/libraries/klc/history/" +++ --- +== 3.0.27 - 2020-02-24 +* Add rule for duplicate graphical elements in symbols (S3.9) + == 3.0.26 - 2020-01-18 * Clarify that contributions must be made with the current stable version (G1.8) From 31d7f2839e1a0cfb189d4ec40d74b0da4d44543e Mon Sep 17 00:00:00 2001 From: Carsten Presser Date: Fri, 13 Mar 2020 21:08:14 +0100 Subject: [PATCH 2/2] S3.9 change wording to must --- content/klc/S3.9.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/klc/S3.9.adoc b/content/klc/S3.9.adoc index 52ff9bb2..dba0202c 100644 --- a/content/klc/S3.9.adoc +++ b/content/klc/S3.9.adoc @@ -2,5 +2,5 @@ brief = "Elements on the graphic layer should not overlap" +++ -Symbols should not have overlapping or duplicate graphic elements. This includes lines, arcs, text and circles. +Symbols must not have overlapping or duplicate graphic elements. This includes lines, arcs, text and circles.