-
Notifications
You must be signed in to change notification settings - Fork 877
Description
Describe the bug
There are missing some svg images in generated pdf file. All svg images are showing fine in html files and served web page.
However this problem occurs only sometimes (I can't test if it is problem on my machine only or not). Sometimes all images are present and sometimes are some of them (in random order) missing.
To Reproduce
Steps to reproduce the behavior:
- Download provided sample or Initialize new docfx folder
- Create some pages containing images
- run
docfx .\docfx.json --serveor evendocfx
Expected behavior
Get pdf with correctly generated svg images
Context (please complete the following information):
- OS: Windows 10
- Docfx version: 2.74.1
Additional context
docfx_svg_missing_bug.zip
There is .zip containing sample project with random svg images.
UPDATE
When setting cmd.exe to one thread, it occurs less likely. I don't know if it is coincidence or it has something to do with threads/mutual exclusion??