-
[log.txt](https://github.com/user-attachments/files/17262858/log.txt)
When trying to flash my samsung phone with the right loaders according to https://www.temblast.com/ref/loaders.htm I tried both l…
-
Using ver 1.4.1.0
**Describe the bug**
I'm attempting to round trip a load/save in ACADSharp. From DWG2018 to DXF2013. Arcs are missing or flipped. Lost entity color.
Is there more I need to set …
-
Package: libspatialite[core,freexl,geocallbacks]:x64-windows-static -> 5.1.0
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.36.32532.0
- vcpkg-tool version: 2023-09-15-ac02a9f…
-
i am trying to find the end of an arc so that I can draw the following shape:
![image](https://user-images.githubusercontent.com/895340/187067435-a97b8ba8-900e-41e9-9a6e-66d2eac66e1c.png)
it is …
-
I am trying to build the dxf-writer with webpack.
But it is failed with the below two part.
**in Handle.js**
`
class Handle
{
static seed = 0;
-
### Steps to reproduce
1. Setup nextcloud aio on latest version
2. Download and enable the collabora built in CODE server app
3. Go into settings/admin/richdocumentscode and try to enable bu…
-
For large DXF files, for performance reasons, it make sense to have the possibility to set the buffer size.
[let mut buf_reader = BufReader::new(file);](https://github.com/ixmilia/dxf-rs/blob/43200…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
0.21 (Development)
### Full version info
```shell
[code]
OS: Windows 7 Version 6.1 (Build 7601: SP …
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
how to reproduce error:
```rust
extern crate dxf;
use dxf::entities::*;
use dxf::Drawing;
use dxf::Point;
use dxf::*;
fn main() {
let mut dxf_writer = Drawing::new();
// use close…