Merge pull request #6867 from penpot/azazeln28-fix-missing-solid-color

🐛 Fix missing required SolidColor
This commit is contained in:
Aitor Moreno 2025-07-08 09:11:12 +02:00 committed by GitHub
commit 4548310235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ use options::RenderOptions;
use surfaces::{SurfaceId, Surfaces};
use crate::performance;
use crate::shapes::{Corners, Fill, Shape, StructureEntry, Type};
use crate::shapes::{Corners, Fill, Shape, SolidColor, StructureEntry, Type};
use crate::state::ShapesPool;
use crate::tiles::{self, PendingTiles, TileRect};
use crate::uuid::Uuid;