Artyom Lebedev
Artyom Lebedev
Hello, Actually all the viewer-related logic is localised in [one file](https://github.com/vagran/dxf-viewer-example-src/blob/master/src/components/DxfViewer.vue). I will think about some simpler minimalistic example.
> but I don't know how to determine if they are a whole. I cannot really understand the meaning of this phrase. If this is about DXF features picking, yes,...
Probably this is follow-up of [this issue](https://github.com/vagran/dxf-viewer-example-src/issues/14) in the example repository. Sorry, I was a bit busy with other projects so did not have much time to spent on dxf-viewer....
So what is your final intention? Do you want to hide entities which are defined in paper space? I am not sure if they are currently shown since, as by...
> Can you explain the reason of this? Maybe I can assist for it. Main reason is that it will require quite significant changes across all the code, as well...
This sounds like an application which may be built on top of this library, which is just DXF renderer. Other problem is that currently the library discards all information about...
Currently no. The main reference currently supposed to be the [reference example](https://github.com/vagran/dxf-viewer-example-src) and all public API documented by JSDoc in the source code.
Hello, Thanks for the report! Yes, solid hatch type is currently not implemented feature. A good sample file is the first step towards the implementation, so thanks for the example...
If you are targeting an old JS version, see [example repository](https://github.com/vagran/dxf-viewer-example-src) for Babel example. Make sure null coalescing operator and optional chaining is enabled in [Babel config](https://github.com/vagran/dxf-viewer-example-src/blob/master/babel.config.js). Also ensure the...
Yes, I agree that current parser is not good. I actually realized that, when created the project, and it supposed to be a temporal solution. For that reason, it is...