diff --git a/config/sanitize.yml b/config/sanitize.yml index bb8b1821..30198698 100644 --- a/config/sanitize.yml +++ b/config/sanitize.yml @@ -43,7 +43,7 @@ attributes: - height circle: - cx - - cv + - cy - r - stroke - stroke-dasharray @@ -56,9 +56,9 @@ attributes: - transform ellipse: - cx - - cv + - cy - rx - - rv + - ry - stroke - stroke-dasharray - stroke-dashoffset @@ -76,8 +76,8 @@ attributes: line: - x1 - x2 - - v1 - - v2 + - y1 + - y2 - stroke - stroke-dasharray - stroke-dashoffset diff --git a/spec/app/aspects/sanitizer_spec.rb b/spec/app/aspects/sanitizer_spec.rb index f23f8792..ae78cc25 100644 --- a/spec/app/aspects/sanitizer_spec.rb +++ b/spec/app/aspects/sanitizer_spec.rb @@ -37,7 +37,7 @@ RSpec.describe Terminus::Aspects::Sanitizer do source = <<~HTML.squeeze(" ").delete("\n").strip
-