We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524de1f commit b8dfa25Copy full SHA for b8dfa25
src/classes/slide.ts
@@ -102,7 +102,7 @@ export class Slide implements ISlide {
102
* List of unsupported tags in slide xml
103
* @internal
104
*/
105
- unsupportedTags = ['p:custDataLst', 'mc:AlternateContent'];
+ unsupportedTags = ['p:custDataLst', 'mc:AlternateContent', 'a14:imgProps'];
106
107
constructor(params: {
108
presentation: IPresentationProps;
0 commit comments