File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
itext/itext.layout/itext/layout/renderer Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,6 @@ public virtual void DrawBackground(DrawContext drawContext) {
493
493
Background background = this . GetProperty < Background > ( Property . BACKGROUND ) ;
494
494
Object uncastedBackgroundImage = this . GetProperty < Object > ( Property . BACKGROUND_IMAGE ) ;
495
495
IList < BackgroundImage > backgroundImagesList ;
496
- // TODO DEVSIX-3814 support only List<BackgroundImage>.
497
496
if ( uncastedBackgroundImage is BackgroundImage ) {
498
497
backgroundImagesList = JavaCollectionsUtil . SingletonList ( ( BackgroundImage ) uncastedBackgroundImage ) ;
499
498
}
@@ -2396,7 +2395,6 @@ internal virtual PdfFont ResolveFirstPdfFont() {
2396
2395
else {
2397
2396
if ( font is String || font is String [ ] ) {
2398
2397
if ( font is String ) {
2399
- // TODO DEVSIX-3814 remove this if-clause before 7.2
2400
2398
ILog logger = LogManager . GetLogger ( typeof ( iText . Layout . Renderer . AbstractRenderer ) ) ;
2401
2399
logger . Warn ( iText . IO . LogMessageConstant . FONT_PROPERTY_OF_STRING_TYPE_IS_DEPRECATED_USE_STRINGS_ARRAY_INSTEAD
2402
2400
) ;
Original file line number Diff line number Diff line change @@ -1484,7 +1484,6 @@ protected internal virtual bool ResolveFonts(IList<IRenderer> addTo) {
1484
1484
else {
1485
1485
if ( font is String || font is String [ ] ) {
1486
1486
if ( font is String ) {
1487
- // TODO remove this if-clause before 7.2
1488
1487
ILog logger = LogManager . GetLogger ( typeof ( AbstractRenderer ) ) ;
1489
1488
logger . Warn ( iText . IO . LogMessageConstant . FONT_PROPERTY_OF_STRING_TYPE_IS_DEPRECATED_USE_STRINGS_ARRAY_INSTEAD
1490
1489
) ;
Original file line number Diff line number Diff line change 1
- d647931aa9e55f67c09088e6cdb898c1b6dcb77b
1
+ 5fd7c7626e766ecec022cd1fc01023eb0fb774cc
You can’t perform that action at this time.
0 commit comments