metanorma-ogc 2.7.8 → 2.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6281eb5e1d4a837c59dff964bdc1851378752a6cf465bdcdfb207cac92b54168
4
- data.tar.gz: 16cfca00acb7f4ba196e8014162d696d4f561b5ac17c158a5fade81886e4e3a7
3
+ metadata.gz: 2fa9ef53708efe5b381b8db3787584294fa13a492591b6099f368d5881e0a26d
4
+ data.tar.gz: 501c08ad82ba5cf86ee8f2c6fa33612cb6b782ca2e7ec4274bea5ab331229379
5
5
  SHA512:
6
- metadata.gz: aff392a45acec94eaaa561ee94670837ed3fd763634a1a1ed3eb5219fac82e4f512cd3d3140b796dc21f5d837c535f52cb84e9f3b41ce3143afcba30bf0e0cea
7
- data.tar.gz: a0201d68bb9a40325293c702980756c702908c5d0676cc6090e3b2cd1c87b589d00c49c8f8a86cc78a2b720c09fe851b665d0e56b251b360c0cacd96ebff42c1
6
+ metadata.gz: 46b3f612ec722edb40ba1c59f111fc004adcd4dd5197a82e3612ef49e78fd8ad519345aa18ef14501acc5ee079a04a1bd8c6904a16e9b30ed0ce6d45d005c93b
7
+ data.tar.gz: f1352eb3a3ca8c2e3c5ce03bc801dc510464d5992605370d2b8792218032c6832e02e8008f2ea3dd9b731869e76359886095dfb968cf86e37503720cf406bc53
@@ -5,22 +5,6 @@ require "fileutils"
5
5
  module IsoDoc
6
6
  module Ogc
7
7
  module BaseConvert
8
- # KILL
9
- def error_parsex(node, out)
10
- case node.name
11
- when "hi" then hi_parse(node, out)
12
- else
13
- super
14
- end
15
- end
16
-
17
- # KILL
18
- def hi_parse(node, out)
19
- out.span class: "hi" do |e|
20
- node.children.each { |n| parse(n, e) }
21
- end
22
- end
23
-
24
8
  def cleanup(docxml)
25
9
  super
26
10
  term_cleanup(docxml)
@@ -311,9 +311,15 @@ h6:hover > a.anchor,
311
311
  padding: 0;
312
312
  }
313
313
 
314
+ .svg-container {
315
+ width: 100%; /* or any desired width */
316
+ display: block; /* ← removes unwanted inline spacing */
317
+ }
318
+
314
319
  svg {
315
320
  width: 100%;
316
- overflow: visible;
321
+ height: auto; /* ← key to maintaining aspect ratio */
322
+ display: block; /* ← removes unwanted inline spacing */
317
323
  }
318
324
 
319
325
  #standard-band {
@@ -16,7 +16,7 @@ sourcecode: Listing
16
16
  table_of_contents: Contents
17
17
  toc_figures: List of Figures
18
18
  toc_tables: List of Tables
19
- toc_recommendations: List of Recommendations
19
+ toc_recommendations: List of Normative Statements
20
20
  table_of_figures: Table of Figures
21
21
  security_empty: No security considerations have been made for this document.
22
22
  internal_terms_boilerplate: |