Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
Ahsan
Created on: 10 Jul 2020 06:29
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: FormatException is thrown when importing a document containing shapes with opacity set
If the document containing a shape with opacity set the FormatException is thrown. Check the following code snippet:
<w:pict ...>
  <v:shape ...>
	<v:fill opacity="39151f"/>
	<v:path .../>
	<w10:wrap anchorx="page" anchory="page"/>
  </v:shape>
</w:pict>

0 comments