Skip to content

Instantly share code, notes, and snippets.

@esamson
Last active August 27, 2015 02:02
Show Gist options
  • Save esamson/d354298d237f0d4368f7 to your computer and use it in GitHub Desktop.
Save esamson/d354298d237f0d4368f7 to your computer and use it in GitHub Desktop.
PlantUML v8029 fix for skinparam FrameBorderColor

From PlantUML Q&A. This fixes the issue where defining different border colors with stereotypes has no effect:

skinparam frame {
    borderColor Yellow
    borderColor<<good>> Green
    borderColor<<bad>> Red
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment