File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
itext/itext.styledxmlparser/itext/styledxmlparser/css/media Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public virtual bool Matches(MediaDeviceDescription deviceDescription) {
241
241
/// </returns>
242
242
private static float ParseAbsoluteLength ( String value ) {
243
243
if ( CssTypesValidationUtils . IsRelativeValue ( value ) ) {
244
- // TODO Use some shared default value (from default.css or CssDefaults)
244
+ // TODO DEVSIX-6365 Use some shared default value (from default.css or CssDefaults)
245
245
// rather than a constant of this class
246
246
return CssDimensionParsingUtils . ParseRelativeValue ( value , DEFAULT_FONT_SIZE ) ;
247
247
}
Original file line number Diff line number Diff line change 1
- ffc141d097ec67efe16fc83fbf565125712f9da4
1
+ a9af64d404f47031ce2c551abf31fa781df0ac64
You can’t perform that action at this time.
0 commit comments