@loxia/imx-viewer 9.1.0 → 9.1.2

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/css/dgn.css +24 -24
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -110,6 +110,9 @@ Met de onderstaande css kan de default breedte van een clickarea aangepast worde
110
110
 
111
111
  ### <!--next.version--> <!--next.release-date-->
112
112
 
113
+ ### 9.1.2 10-02-2023
114
+ * PW-11548 fix line thickness and font size (pt -> px)
115
+
113
116
  ### 9.1.0 16-12-2022
114
117
  * PW-9449 verwijder inline styles uit svg's
115
118
  * PW-9449 inlineDgnCssImport is nu default false!
package/css/dgn.css CHANGED
@@ -144,22 +144,22 @@ svg .nofill {
144
144
 
145
145
  /* font linewidth classes */
146
146
  svg .lw1 {
147
- stroke-width: 1pt;
147
+ stroke-width: 1px;
148
148
  }
149
149
  svg .lw2 {
150
- stroke-width: 1pt;
150
+ stroke-width: 1px;
151
151
  }
152
152
  svg .lw3 {
153
- stroke-width: 2pt;
153
+ stroke-width: 2px;
154
154
  }
155
155
  svg .lw4 {
156
- stroke-width: 2pt;
156
+ stroke-width: 2px;
157
157
  }
158
158
  svg .lw5 {
159
- stroke-width: 3pt;
159
+ stroke-width: 3px;
160
160
  }
161
161
  svg .lw6 {
162
- stroke-width: 3pt;
162
+ stroke-width: 3px;
163
163
  }
164
164
 
165
165
  /* fontsize classes */
@@ -167,56 +167,56 @@ svg .f0 {
167
167
  font-size: 0;
168
168
  }
169
169
  svg .f1_5 {
170
- font-size: 1.5pt;
170
+ font-size: 1.5px;
171
171
  }
172
172
  svg .f1_8 {
173
- font-size: 1.8pt;
173
+ font-size: 1.8px;
174
174
  }
175
175
  svg .f2 {
176
- font-size: 2pt;
176
+ font-size: 2px;
177
177
  }
178
178
  svg .f2_5 {
179
- font-size: 2.5pt;
179
+ font-size: 2.5px;
180
180
  }
181
181
  svg .f3 {
182
- font-size: 3pt;
182
+ font-size: 3px;
183
183
  }
184
184
  svg .f3_5 {
185
- font-size: 3.5pt;
185
+ font-size: 3.5px;
186
186
  }
187
187
  svg .f4 {
188
- font-size: 4pt;
188
+ font-size: 4px;
189
189
  }
190
190
  svg .f5 {
191
- font-size: 5pt;
191
+ font-size: 5px;
192
192
  }
193
193
  svg .f6 {
194
- font-size: 6pt;
194
+ font-size: 6px;
195
195
  }
196
196
  svg .f7 {
197
- font-size: 7pt;
197
+ font-size: 7px;
198
198
  }
199
199
  svg .f8 {
200
- font-size: 8pt;
200
+ font-size: 8px;
201
201
  }
202
202
  svg .f9 {
203
- font-size: 9pt;
203
+ font-size: 9px;
204
204
  }
205
205
  svg .f10 {
206
- font-size: 10pt;
206
+ font-size: 10px;
207
207
  }
208
208
  svg .f11 {
209
- font-size: 11pt;
209
+ font-size: 11px;
210
210
  }
211
211
  svg .f12 {
212
- font-size: 12pt;
212
+ font-size: 12px;
213
213
  }
214
214
  svg .f13 {
215
- font-size: 13pt;
215
+ font-size: 13px;
216
216
  }
217
217
  svg .f14 {
218
- font-size: 14pt;
218
+ font-size: 14px;
219
219
  }
220
220
  svg .f15 {
221
- font-size: 15pt;
221
+ font-size: 15px;
222
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loxia/imx-viewer",
3
- "version": "9.1.0",
3
+ "version": "9.1.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"