libemf2svg icon indicating copy to clipboard operation
libemf2svg copied to clipboard

Microsoft (MS) EMF to SVG conversion library

Results 21 libemf2svg issues
Sort by recently updated
recently updated
newest added

I noticed that the contents of `text` elements in the svg file produced by `emf2svg-conv` is wrapped into an extra `CDATA` container. E.g. the attached trivial EMF file ([Sample.zip](https://github.com/kakwa/libemf2svg/files/9222919/Sample.zip); created...

## heap-buffer-overflow ### command to reproduce ./emf2svg-conv -i [sample file] -o /dev/null ### sample file [id0_heap-buffer-overflow.zip](https://github.com/kakwa/libemf2svg/files/9032342/id0_heap-buffer-overflow.zip) ### crash info ``` ==55463==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62a00000d200 at pc 0x7ff23d09954d bp...

Hello, I am trying to use this library in windows with the help of cmake. I try to compile it from CLI, it throws me error in that. I attach...

- add support for EMF images without an initial viewport setup - add handling of EMF images with wrong transformation applied (Wine-generated) cc: @ronaldtse This is a contribution from [Metanorma](https://www.metanorma.org)...

this is file: [display6image11.emf.zip](https://github.com/kakwa/libemf2svg/files/7725364/display6image11.emf.zip) Download and delete the .zip extension; and do not unzip it. result: ![image](https://user-images.githubusercontent.com/20497531/146328370-d1f21d80-ea92-4848-a042-07d40049917f.png)

I noticed the project uses `*_INSTALL_DIR` variables to control installation destinations. [CMake recommends using `CMAKE_INSTALL_*DIR` variables](https://cmake.org/cmake/help/latest/command/install.html), as "[T]his allows package maintainers to control the install destination by setting the appropriate...

Successfully built on Windows 10.

[image238.zip](https://github.com/kakwa/libemf2svg/files/3999851/image238.zip) This emf file convert to svg, some text misplaced.

![image](https://user-images.githubusercontent.com/8872282/83211048-af7f3980-a18e-11ea-9dc2-d45e54171dff.png) As shown in the figure, with the transformed SVG on the left and the original emf on the right, the filling color in the middle of the SVG becomes...

When I try to build the project staticly using "cmake . -DSTATIC=on", I got error: undefined reference to `pthread_mutex_unlock' . The static library libemf2svg.a has been generated.