dubstar-04 / Design

2D CAD For GNOME
GNU General Public License v3.0
134 stars 8 forks source link

Add support for True Color (DXF attribute `420`) #145

Closed Peque closed 10 months ago

Peque commented 1 year ago

References:

The issue can be reproduced by opening this DXF file.

As an example, the "Ground" layer has the True Color (420) defined as:

Ground
 70
0
 62
7
420
15921906

Which corresponds to 0xF2F2F2.

Another example would be the "Roof" layer, which uses a yellow color (0xEACA3E) represented as 15387198.

dubstar-04 commented 1 year ago

This is excellent. Thank you.

dubstar-04 commented 10 months ago

image

Peque commented 10 months ago

@dubstar-04 Looks great! Will try it with the next Flathub update. :blush:

dubstar-04 commented 10 months ago

@dubstar-04 Looks great! Will try it with the next Flathub update. 😊

Next release will probably be March with GNOME 46. I'm trying to get as many fixes in before then and I can and possibly add dimensions too.

Peque commented 10 months ago

I'll be keeping an eye then. Thanks for sharing! :muscle: :blush:

Peque commented 5 months ago

Working great after latest Flatpak upgrade. :rocket: :blush: