Skip to content

Commit

Permalink
[graphics] correction for IPE color naming
Browse files Browse the repository at this point in the history
  • Loading branch information
godardma committed Dec 5, 2024
1 parent e782e7f commit 6b93738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/3rd/ipe/codac2_Figure2D_IPE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void Figure2D_IPE::center_viewbox([[maybe_unused]] const Vector& c, [[maybe_unus

std::string ipe_str(const Color& c)
{
return " codac_color_" + c.hex_str().substr(1);
return c.hex_str().substr(1);
}

int ipe_opacity(const Color& c)
Expand Down

0 comments on commit 6b93738

Please sign in to comment.