Skip to content

Commit

Permalink
Merge pull request #153 from godardma/codac2_dev
Browse files Browse the repository at this point in the history
[graphics] correction for IPE color naming
  • Loading branch information
SimonRohou authored Dec 5, 2024
2 parents e782e7f + 6b93738 commit e432ca9
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 e432ca9

Please sign in to comment.