<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PlantUML Q&amp;A - Recent questions and answers in Closed feature request</title>
<link>https://forum.plantuml.net/qa/closed-feature-request</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: GitHub's Camo Aggressive Caching Prevent Diagrams from being Updated in Markdown</title>
<link>https://forum.plantuml.net/7163/githubs-aggressive-caching-prevent-diagrams-updated-markdown?show=19336#a19336</link>
<description>&lt;p&gt;I had the same problem in C4-PlantUML that after an PR the ex. &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/plantuml-stdlib/C4-PlantUML/blob/master/Themes.md&quot;&gt;Layout.md&lt;/a&gt; document (is stored on Github)&amp;nbsp; is not correct updated (and old mages are still drawn based on old C4_*.puml documents).&lt;br&gt;Based on your found&amp;nbsp;url&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls&quot;&gt;About anonymized URLs - GitHub Docs&lt;/a&gt;&amp;nbsp;I fixed it with &lt;strong&gt;curl -X PURGE&lt;/strong&gt; commands&lt;br&gt;&lt;br&gt;1) open the non working Layout.md in my browser&lt;br&gt;2a) (optional open the non working image in a separate tab)&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Copy the link of the non working image&amp;nbsp;&lt;br&gt;2b) purged the cached image with the corresponding curl command &lt;strong&gt;`curl -X PURGE &lt;a href=&quot;https://camo.githubusercontent.com/&quot; rel=&quot;nofollow&quot;&gt;https://camo.githubusercontent.com/&lt;/a&gt;....&lt;/strong&gt;` in a shell.&lt;br&gt;(in my case repeat 2a+2b 10 times manually, but if you have automatic generated UML diagrams, then I assume you can automate this process too)&lt;br&gt;3) Then I cleaned my local cache too (maybe obsolete)&lt;br&gt;4) Reloaded the problematic&amp;nbsp;Layout.md and all images are correct displayed.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7163/githubs-aggressive-caching-prevent-diagrams-updated-markdown?show=19336#a19336</guid>
<pubDate>Sun, 20 Oct 2024 15:05:01 +0000</pubDate>
</item>
<item>
<title>Changing Font Name of a Spot Letter</title>
<link>https://forum.plantuml.net/17505/changing-font-name-of-a-spot-letter</link>
<description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I was wondering if it's possible to change the font used in the spot letter of a class diagram? Last week I posted a similar question regarding changing the spot background color, font color, and border color. I was directed to using the new &amp;lt;style&amp;gt; features, however I haven't figured out how to use &amp;lt;style&amp;gt; to change the font of the spot letter.&lt;/p&gt;&lt;p&gt;So far, I have tried a couple different variations of using the `fontName` field within the style block. For instance, I have tried both:&lt;/p&gt;&lt;pre&gt;&amp;lt;style&amp;gt;
spot{
    FontName: Verdana; 
}&lt;/pre&gt;&lt;pre&gt;&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;pre&gt;And&lt;/pre&gt;&lt;pre&gt;&amp;lt;style&amp;gt;
spot{
    spotClass {
        FontName: Verdana;
    }
}
&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/17505/changing-font-name-of-a-spot-letter</guid>
<pubDate>Mon, 27 Feb 2023 16:54:47 +0000</pubDate>
</item>
<item>
<title>Answered: How to change color of single switch diamond in activity diagram</title>
<link>https://forum.plantuml.net/15691/how-to-change-color-single-switch-diamond-activity-diagram?show=15693#a15693</link>
<description>&lt;p&gt;Hello K.,&lt;/p&gt;&lt;p&gt;For that you can use &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;strong&gt;style&lt;/strong&gt;&lt;/span&gt;, but it concerns the two diamonds (the first of the test, and the last of the '&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;endswitch&lt;/span&gt;'), you can not change colour separately, but sequentially, as:&lt;/p&gt;&lt;pre&gt;@startuml
&amp;lt;style&amp;gt;
diamond {
  BackgroundColor White/Yellow
}
&amp;lt;/style&amp;gt;

start
switch (test?)
case ( condition A )
  :Text 1;
case ( condition B ) 
  :Text 2;

&amp;lt;style&amp;gt;
diamond {
  BackgroundColor palegreen
}
&amp;lt;/style&amp;gt;

endswitch

switch (test2?)
case ( condition A2 )
  :Text 12;
case ( condition B2 ) 
  :Text 22;

&amp;lt;style&amp;gt;
diamond {
  BackgroundColor red
}
&amp;lt;/style&amp;gt;

endswitch
stop
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/ZT312i8m30RWUvuYn-qqxD4DdVCL1F5Osh0LktQq6LF4TtUeYCC9EuOaFnz_6La6xbiBHUIhfGre8rllDDu0iPBgN0VVExttrWSyDeOfEv6rVe0x5Ddx1vuf40V3gi64AV8s1IKZOO9gJ3DilCCTfe2uFj25SPN_xYjCyNCWSbXawgIbEX2v2OYSVcbWeXApBF7j4dCmCP4jfGNIVr2HVGVbE8_DFm00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/ZT312i8m30RWUvuYn-qqxD4DdVCL1F5Osh0LktQq6LF4TtUeYCC9EuOaFnz_6La6xbiBHUIhfGre8rllDDu0iPBgN0VVExttrWSyDeOfEv6rVe0x5Ddx1vuf40V3gi64AV8s1IKZOO9gJ3DilCCTfe2uFj25SPN_xYjCyNCWSbXawgIbEX2v2OYSVcbWeXApBF7j4dCmCP4jfGNIVr2HVGVbE8_DFm00&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;Enjoy,&lt;/em&gt;&lt;br&gt;Regards.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/15691/how-to-change-color-single-switch-diamond-activity-diagram?show=15693#a15693</guid>
<pubDate>Tue, 22 Mar 2022 15:12:27 +0000</pubDate>
</item>
<item>
<title>Answered: is it possible to make a single object wider/longer in my component diagram</title>
<link>https://forum.plantuml.net/10382/possible-make-single-object-wider-longer-component-diagram?show=15204#a15204</link>
<description>&lt;p&gt;Plantuml sizes a component based on its contents, there is no way to specify size (so the following are clumsy workarounds).&lt;/p&gt;&lt;p&gt;&lt;br&gt;Normally I would do this by including trailing spaces to increase width and blank lines to increase height.&amp;nbsp; Using a monospaced font makes width easier to control (but more granular).&amp;nbsp;(See&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/14765/textarea-in-salt&quot;&gt;https://forum.plantuml.net/14765/textarea-in-salt&lt;/a&gt;&amp;nbsp;for ideas to wrap this in a simple macro).&lt;/p&gt;&lt;pre&gt;component A [
&amp;lt;font:monospace&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/font&amp;gt;
&amp;lt;font:monospace&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/font&amp;gt;
A
&amp;lt;font:monospace&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/font&amp;gt;
&amp;lt;font:monospace&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/font&amp;gt;
]&lt;/pre&gt;&lt;p&gt;And here is a bonus idea using raw Graphviz contents to specify a height and width numerically.&amp;nbsp; I'm not sure whether it is worth the deviation from Plantuml syntax - probably not.&amp;nbsp; It would need manual adjustment to fit non-default themes.&lt;/p&gt;&lt;pre&gt;component Z [
{{
digraph G {
graph [pad=0]
n [fillcolor=lemonchiffon style=filled margin=0 &lt;strong&gt;height=0.4 width=6&lt;/strong&gt; shape=plaintext fontname=&quot;SansSerif&quot; fontsize=11 label=&quot;Some text goes here&quot;]
}
}}
]
&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;(click diagram for online server)&lt;a rel=&quot;nofollow&quot; href=&quot;//www.plantuml.com/plantuml/uml/hP6zQiGm48JxVOh5_IK-22d2oPp9JnxWEWiLYhss1FeHaa9-ZDyzrYK7BbAaYAgHlXcnmnvJbZ6_MWEzjy4xSXaxv33FCEWfog3m6MVuLZp8WTK27F9H6zDxuoCpPBthbHv7xp3b3qEiG1hGoZXfnsfKf2ULMNrrWszwo8hTOb8o40j6QfVfFUCQpavQOjL9kdIYgCVg_9Zq9x7z7ery8RDIRmdFYSbJGaMHAW4BB0i8s7HeaSEXvE_MwNmAigS6D-TmNM3p9q_xRpy90DuAtEqQv9q0_akRGY_uVcFjVlJ3HPVBqmOy2ZYI6zPLVW40&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;//www.plantuml.com/plantuml/png/hP6zQiGm48JxVOh5_IK-22d2oPp9JnxWEWiLYhss1FeHaa9-ZDyzrYK7BbAaYAgHlXcnmnvJbZ6_MWEzjy4xSXaxv33FCEWfog3m6MVuLZp8WTK27F9H6zDxuoCpPBthbHv7xp3b3qEiG1hGoZXfnsfKf2ULMNrrWszwo8hTOb8o40j6QfVfFUCQpavQOjL9kdIYgCVg_9Zq9x7z7ery8RDIRmdFYSbJGaMHAW4BB0i8s7HeaSEXvE_MwNmAigS6D-TmNM3p9q_xRpy90DuAtEqQv9q0_akRGY_uVcFjVlJ3HPVBqmOy2ZYI6zPLVW40&quot; style=&quot;height:578px; width:636px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/10382/possible-make-single-object-wider-longer-component-diagram?show=15204#a15204</guid>
<pubDate>Wed, 22 Dec 2021 22:15:43 +0000</pubDate>
</item>
<item>
<title>Cannot easily customize note on class members</title>
<link>https://forum.plantuml.net/14530/cannot-easily-customize-note-on-class-members</link>
<description>&lt;p&gt;It appears customization of notes on class members is currently limited. In particular, you cannot specify the background colour for the note using the &quot;standard&quot; syntax:&lt;/p&gt;&lt;pre&gt;note left of class_name::member/' cannot specify color anywhere on this line '/
    this is a note
end note&lt;/pre&gt;&lt;p&gt;You can instead customize a floating note and then attach it to the class attribute. It works but often changes the layout in unusual ways. Using the [hidden] connector between the classes is not always successful.&lt;/p&gt;&lt;p&gt;I (mis?)understand from the history that this feature is still a work in progress. Can we have a cleaner and more consistent syntax for this?&lt;/p&gt;&lt;p&gt;Please see the example here:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLeY0qf5GEWfAEq9f9oZjp0LbkENdArHpAG11Kc8HLoqNLuI2JOskBaWSneo4CQ9W34SOmmdA09cNbr-Igf1OhE1dgA0Sd5tfb5EQ2ZQt92EpM0684XL0AhXIyr8W32wWGZqza4LMLY2x7O0oG8y00000&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLeY0qf5GEWfAEq9f9oZjp0LbkENdArHpAG11Kc8HLoqNLuI2JOskBaWSneo4CQ9W34SOmmdA09cNbr-Igf1OhE1dgA0Sd5tfb5EQ2ZQt92EpM0684XL0AhXIyr8W32wWGZqza4LMLY2x7O0oG8y00000&lt;/a&gt;&lt;/p&gt;&lt;pre&gt;@startuml
class X
class Y
class Z
class A
class B
class C

class Foo {
    bar
}

X &amp;lt;|-- Foo
X &amp;lt;|-- Y
X &amp;lt;|-- Z
X &amp;lt;|-- A
X &amp;lt;|-- B
X &amp;lt;|-- C

note as N1 #SkyBlue
    this is a note
end note

N1 .. Foo::bar
@enduml&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/png/SoWkIImgAStDuKhEIImkLeY0qf5GEWfAEq9f9oZjp0LbkENdArHpAG11Kc8HLoqNLuI2JOskBaWSneo4CQ9W34SOmmdA09cNbr-Igf1OhE1dgA0Sd5tfb5EQ2ZQt92EpM0684XL0AhXIyr8W32wWGZqza4LMLY2x7O0oG8y00000&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/SoWkIImgAStDuKhEIImkLeY0qf5GEWfAEq9f9oZjp0LbkENdArHpAG11Kc8HLoqNLuI2JOskBaWSneo4CQ9W34SOmmdA09cNbr-Igf1OhE1dgA0Sd5tfb5EQ2ZQt92EpM0684XL0AhXIyr8W32wWGZqza4LMLY2x7O0oG8y00000&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;/pre&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/14530/cannot-easily-customize-note-on-class-members</guid>
<pubDate>Sun, 12 Sep 2021 05:18:44 +0000</pubDate>
</item>
<item>
<title>Answered: how to make multiple @startuml@enduml blocks (in 1 file) generate into one diagram</title>
<link>https://forum.plantuml.net/13673/make-multiple-%40startuml%40enduml-blocks-file-generate-diagram?show=14085#a14085</link>
<description>&lt;p&gt;Hello A.,&lt;/p&gt;&lt;p&gt;If you have only several&amp;nbsp;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml/@enduml &lt;/span&gt;(&lt;em&gt;no other diagram type&lt;/em&gt;), you could add on the beginning of the file, for a first diagram, this definition:&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;@startuml&lt;/span&gt;&lt;/strong&gt;
&lt;span style=&quot;color:#800080&quot;&gt;'Change only this value depending of the number of @startuml/@enduml on the full file
!$max=3&lt;/span&gt;
!$i=1
label l [
!while $i &amp;lt; $max+1
  {{
  !include %filename()!$i
  }}
  !$i = $i +1
!endwhile
]
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;@enduml&lt;/span&gt;&lt;/strong&gt;&lt;/pre&gt;&lt;p&gt;Here is a full example, for a file named &quot;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;filename.pu&quot;&lt;/span&gt;:&lt;/p&gt;&lt;pre&gt;@startuml
'Change only this value depending of the number of @startuml/@enduml
!$max=3
!$i=1
label l [
!while $i &amp;lt; $max+1
  {{
  !include %filename()!$i
  }}
  !$i = $i +1
!endwhile
]
@enduml

@startuml
title AAA
a -&amp;gt; b
@enduml

@startuml
title BBB
[c]
@enduml

@startuml
title CCC
[A] lasts 4 days
then [B] lasts 2 days
@enduml&lt;/pre&gt;&lt;p&gt;Then you observe the expected result: &lt;strong&gt;all diagrams of the file on the first&amp;nbsp;output image&lt;/strong&gt;&amp;nbsp;(&lt;em&gt;on the first image named 'finame.png'&amp;nbsp;&lt;img title=&quot;wink&quot; alt=&quot;wink&quot; src=&quot;https://forum.plantuml.net/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/wink_smile.png&quot; style=&quot;height:23px; width:23px&quot;&gt;&lt;/em&gt;).&lt;br&gt;&lt;br&gt;If that can help,&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/13673/make-multiple-%40startuml%40enduml-blocks-file-generate-diagram?show=14085#a14085</guid>
<pubDate>Mon, 21 Jun 2021 19:58:57 +0000</pubDate>
</item>
<item>
<title>Arrow head style (in a sequence diagram)</title>
<link>https://forum.plantuml.net/12297/arrow-head-style-in-a-sequence-diagram</link>
<description>Is it possible to change the size (and style) of the arrow head in a sequence diagram? I know I can use different connection types to change the arrow head, but I'm thinking more in line of reducing the &amp;quot;width&amp;quot; of the arrow head.</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/12297/arrow-head-style-in-a-sequence-diagram</guid>
<pubDate>Tue, 27 Oct 2020 08:05:54 +0000</pubDate>
</item>
<item>
<title>Answered: maxAsciiMessageLength dosn't work</title>
<link>https://forum.plantuml.net/8942/maxasciimessagelength-dosnt-work?show=12199#a12199</link>
<description>&lt;p&gt;All those settings are not very consistent, and we should probably implement something easier to understand, but there is a maxMessageSize setting :&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/jOrB2i9G34NdNSNTW50_zUD0kW57JfsaDjI7xwKbIVsuUWj2mQ62a45o8EUKvgJUfvZP9KX7IWc9xdiseuOFuSaeycpW7awX8t7GnrLbXCaE5RP-3ePX25VM1s8h3T9RWrPWF62AkBLQs_YKJsVpHR5ShJV_syQOilSg-Dfmb5-g9KlTf_W2&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/jOrB2i9G34NdNSNTW50_zUD0kW57JfsaDjI7xwKbIVsuUWj2mQ62a45o8EUKvgJUfvZP9KX7IWc9xdiseuOFuSaeycpW7awX8t7GnrLbXCaE5RP-3ePX25VM1s8h3T9RWrPWF62AkBLQs_YKJsVpHR5ShJV_syQOilSg-Dfmb5-g9KlTf_W2&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;@startuml
skinparam maxMessageSize 50
participant a
participant b
a -&amp;gt; b :this is a very long message on several words
a -&amp;gt; b :0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
a -&amp;gt; b :return 0123456789012345678901234567890123456789012345678\n901234567890123456789012345678901234567890123456789
@enduml&lt;/pre&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/8942/maxasciimessagelength-dosnt-work?show=12199#a12199</guid>
<pubDate>Tue, 06 Oct 2020 07:02:01 +0000</pubDate>
</item>
<item>
<title>Answered: What do the numbers 25 and 45 represent after round Corner?  Like what is the range and what do larger numbers mean?</title>
<link>https://forum.plantuml.net/11943/numbers-represent-after-round-corner-range-larger-numbers?show=12044#a12044</link>
<description>&lt;p&gt;To add to The-Lu's great visual answer with some extra technical detail for SVG format.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you use that example SVG picture:&amp;nbsp;&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/svg/VT91oeGW5C3nlQSGJw1Ft4N4zvr4J6AeT7ZPQfYxZsdI39YkYl_l2JqQjg0nxEj2jldXdXhrIl-qcIVqknkDNppIWDfjCLaNo1T3Qu9sqsBfYz1uqiI_HsUnwz3mlgV7uRK8PuHQ57bKr2TpX6gKESfgL3cgQXJyg89N8wG8ARu9kJwSnKVsytuDKixYJUScxWmK0_T6S9QDQ5rK43IGB4Wsa2f8DP3WKPMztIee2f8Qh1lZd_O1&quot;&gt;http://www.plantuml.com/plantuml/svg/VT91oeGW5C3nlQSGJw1Ft4N4zvr4J6AeT7ZPQfYxZsdI39YkYl_l2JqQjg0nxEj2jldXdXhrIl-qcIVqknkDNppIWDfjCLaNo1T3Qu9sqsBfYz1uqiI_HsUnwz3mlgV7uRK8PuHQ57bKr2TpX6gKESfgL3cgQXJyg89N8wG8ARu9kJwSnKVsytuDKixYJUScxWmK0_T6S9QDQ5rK43IGB4Wsa2f8DP3WKPMztIee2f8Qh1lZd_O1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Then a modern browser (I tried Edge and Opera) will let you right-click and 'inspect element'.&amp;nbsp; You can then highlight the different 'rect' components in the text sidebar and it will highlight the rectangle it refers to in the graphic.&amp;nbsp; You'll see that the rects with rounded corners have parameters 'rx' and 'ry' that are both set to &lt;em&gt;half&lt;/em&gt;&amp;nbsp;the roundCorner value.&amp;nbsp; rx and ry define the radii of an ellipse at the corner - and since both are set the same you get a circle (until you max one out).&amp;nbsp; The value is an absolute amount (as opposed to being relative to the shape size) and I think the default unit for svg is pixels.&amp;nbsp; The maximum meaningful size for rx is half the width of the rectangle at which point you get no straight line part.&amp;nbsp; Similarly for ry and the height.&lt;/p&gt;&lt;p&gt;Take the &quot;roundCorner 50&quot; example:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(117, 117, 117)&quot;&gt;rect[Attributes Style]&lt;/span&gt;&lt;span style=&quot;color:rgb(117, 117, 117)&quot;&gt;&amp;nbsp;{&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;list-style-type:none&quot;&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;fill&lt;/span&gt;: rgb(254, 254, 206);&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;filter&lt;/span&gt;: url(&lt;span style=&quot;color:rgb(17, 85, 204)&quot;&gt;#fi4dkuyxad8cj&lt;/span&gt;);&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;height&lt;/span&gt;: 52.5938;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;rx&lt;/span&gt;: 25;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;ry&lt;/span&gt;: 25;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;width&lt;/span&gt;: 132;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;x&lt;/span&gt;: 7;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;color:rgb(200, 0, 0)&quot;&gt;y&lt;/span&gt;: 233;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;rx and ry are set to half of 50.&amp;nbsp; Since that is almost exactly half the height , you get no perceivable straight line at the sides.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/11943/numbers-represent-after-round-corner-range-larger-numbers?show=12044#a12044</guid>
<pubDate>Mon, 31 Aug 2020 13:13:34 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a command line option to generate a PNG map data for use in HTML</title>
<link>https://forum.plantuml.net/5037/please-provide-command-line-option-generate-png-map-data-html?show=10164#a10164</link>
<description>&lt;p&gt;Now documented in&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://wiki.plantuml.net/site/command-line#standard_input_output&quot;&gt;http://wiki.plantuml.net/site/command-line#standard_input_output&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://wiki.plantuml.net/site/command-line#help&quot;&gt;http://wiki.plantuml.net/site/command-line#help&lt;/a&gt;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5037/please-provide-command-line-option-generate-png-map-data-html?show=10164#a10164</guid>
<pubDate>Wed, 18 Sep 2019 14:48:41 +0000</pubDate>
</item>
<item>
<title>A new syntax for Entity-Relationship (or Information Enineering) ERD diagrams</title>
<link>https://forum.plantuml.net/9224/syntax-entity-relationship-information-enineering-diagrams</link>
<description>&lt;p&gt;I would like to point there's already some kind of &quot;textual representation&quot; for ER that could have been ported to PlantUML. I have found &lt;a rel=&quot;nofollow&quot; href=&quot;https://db.grussell.org/section004.html&quot;&gt;a comprehensive document about it&lt;/a&gt;. In short, it could have been like this:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;' __ could signal the Primary Key (just a suggestion)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;entity Bus (__reg_no, make, size, deck, no_of_pass)&lt;br&gt;entity Route (__route_no, avg_pass)&lt;br&gt;entity Driver (__emp_no, name, cell)&lt;br&gt;entity Stage (__stage_no)&lt;br&gt;entity Town (__name)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;Bus&amp;nbsp; &amp;nbsp;m..1 Route : is serviced by&lt;br&gt;Route 1..m Stage : comprises&lt;br&gt;Driver m..1&amp;nbsp; : is allocated to&lt;br&gt;Stage n..m Town : Passes-though&lt;br&gt;Route n..m Town : Passes-though&lt;br&gt;&lt;br&gt;@enduml&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Which is more readable than the cryptic &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;}|-||&lt;/span&gt;&amp;nbsp;(which is related to the drawn symbols, I know).&lt;br&gt;Also, the attributes can be written in a more classical way, less &quot;java-ish&quot;, as shown in the entities declarations. I.e., the &quot;Bus&quot; entity would be shown as:&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://user-images.githubusercontent.com/996070/54594409-e4431d00-4a30-11e9-933d-9fda1d50bd3a.png&quot; style=&quot;height:150px; width:132px&quot;&gt;&lt;/p&gt;&lt;p&gt;If attributes are listed and not hidden (`hide attributes`, i.e.) they could be also drawn following the ERD stadard,&amp;nbsp;UseCase-like oval surrounding their entity, something like this:&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://user-images.githubusercontent.com/996070/54598040-f83e4d00-4a37-11e9-8c6b-9c6f80ec6c1d.png&quot; style=&quot;height:330px; width:666px&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;NOTE: Since I used a Use-case diagram, I couldn't add the ERD symbols to the line ends.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;And, just for completeness and drive the developers crazy, declare the relationships as diamonds if declared:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;skinparam erdModel chen&lt;/span&gt;&lt;/p&gt;&lt;p&gt;etc.&lt;/p&gt;&lt;p&gt;But, just a thought. Document the current implementation would be nice enough. O:)&lt;/p&gt;&lt;p&gt;[NOTE 2: I admit I do not usually add the attributes in E-R diagrams...]&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/9224/syntax-entity-relationship-information-enineering-diagrams</guid>
<pubDate>Tue, 19 Mar 2019 10:30:17 +0000</pubDate>
</item>
<item>
<title>Answered: Adding deployment diagram</title>
<link>https://forum.plantuml.net/1/adding-deployment-diagram?show=7448#a7448</link>
<description>It's implemented on newer versions of PlantUML.</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/1/adding-deployment-diagram?show=7448#a7448</guid>
<pubDate>Fri, 16 Mar 2018 20:16:32 +0000</pubDate>
</item>
<item>
<title>Answered: I'd like drawing single detach circle after ELSE as STOP symbol - on one level with desicion sym</title>
<link>https://forum.plantuml.net/7360/drawing-single-detach-circle-after-symbol-level-with-desicion?show=7376#a7376</link>
<description>Good suggestion!&lt;br /&gt;
&lt;br /&gt;
This has been implemented in last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7360/drawing-single-detach-circle-after-symbol-level-with-desicion?show=7376#a7376</guid>
<pubDate>Mon, 05 Mar 2018 22:11:56 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to define URLs for Grouping Components?</title>
<link>https://forum.plantuml.net/493/is-it-possible-to-define-urls-for-grouping-components?show=7372#a7372</link>
<description>It has been implemented!</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/493/is-it-possible-to-define-urls-for-grouping-components?show=7372#a7372</guid>
<pubDate>Mon, 05 Mar 2018 21:16:20 +0000</pubDate>
</item>
<item>
<title>Answered: A way to disable style, width and heigth attributes in SVG exported xml (to allow auto-scaling in browsers)</title>
<link>https://forum.plantuml.net/7334/disable-style-heigth-attributes-exported-scaling-browsers?show=7356#a7356</link>
<description>&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can have:&lt;/p&gt;&lt;pre&gt;@startuml
skinparam svgDimensionStyle false

component a {
}
component b {
}
a -(0- b
@enduml&lt;/pre&gt;&lt;p&gt;If you have a better idea for the parameter name, please post your suggestion here!&lt;/p&gt;&lt;p&gt;Is this what you are looking for ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7334/disable-style-heigth-attributes-exported-scaling-browsers?show=7356#a7356</guid>
<pubDate>Fri, 02 Mar 2018 19:14:43 +0000</pubDate>
</item>
<item>
<title>Answered: Make it possible to change the spot letter by stereotype</title>
<link>https://forum.plantuml.net/7348/make-it-possible-to-change-the-spot-letter-by-stereotype?show=7349#a7349</link>
<description>This is not possible yet (except if you do &lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaZBppTKiB5Hq0ZGIIzAJStJL0W0obS6v2GcfuPaPEQbAzZP8PGQWPNwwXIbfcWg-ERdfkQLUEQLf1QL9UQ0r3cavgK0ZGO0&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaZBppTKiB5Hq0ZGIIzAJStJL0W0obS6v2GcfuPaPEQbAzZP8PGQWPNwwXIbfcWg-ERdfkQLUEQLf1QL9UQ0r3cavgK0ZGO0&lt;/a&gt; but I think that this is what you want to avoid).&lt;br /&gt;
&lt;br /&gt;
Note that the preprocessor can also help you &lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuL9CIKtBp4jLY8yF08fK1kGa9gU6P6JcfSV7AoZOs2Xe1EYa5wMcvcageCahsDaXQVRDpqtDA_7CAqajAalCGUWjIatHL42L16bCpaaiBbP8oyytn6OnGje8Yz5S3gbvAK2d0m00&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuL9CIKtBp4jLY8yF08fK1kGa9gU6P6JcfSV7AoZOs2Xe1EYa5wMcvcageCahsDaXQVRDpqtDA_7CAqajAalCGUWjIatHL42L16bCpaaiBbP8oyytn6OnGje8Yz5S3gbvAK2d0m00&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Otherwise, we could think about implementing something like this ;&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
class foo1 &amp;lt;&amp;lt; (P)artyPlaceThing &amp;gt;&amp;gt;&lt;br /&gt;
class foo2 &amp;lt;&amp;lt; (M)omentInterval &amp;gt;&amp;gt;&lt;br /&gt;
@enduml&lt;br /&gt;
&lt;br /&gt;
What do you think about it ? Do not hesitate to propose a better syntax if you have any idea : we are out-of-inspiration :-)</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7348/make-it-possible-to-change-the-spot-letter-by-stereotype?show=7349#a7349</guid>
<pubDate>Fri, 02 Mar 2018 15:59:14 +0000</pubDate>
</item>
<item>
<title>Answered: How can I tag classes then show only classes bearing given tags in a class diagram?</title>
<link>https://forum.plantuml.net/7337/classes-then-show-only-classes-bearing-given-class-diagram?show=7338#a7338</link>
<description>&lt;p&gt;We could extends the syntax of the hide/show syntax to hide by default all created classes/interface/enum/annotations.&lt;/p&gt;&lt;p&gt;This is not implemented yet, but imagine a new &quot;hide everything&quot; feature that would by default hide every classes/interface/enum/annotations created.&lt;br&gt;You would have to declare classes you want to show (in your !include file of each classes).&lt;/p&gt;&lt;p&gt;So something like:&lt;/p&gt;&lt;pre&gt;@startuml
hide everything
class foo1
show foo1
class foo2
show foo2
' foo3 and foo4 are not explicitely shown, so they would be hidden.
foo3 --&amp;gt; foo4
@enduml&lt;/pre&gt;&lt;p&gt;would only show foo1 and foo2.&lt;/p&gt;&lt;p&gt;Would this suit your needs ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7337/classes-then-show-only-classes-bearing-given-class-diagram?show=7338#a7338</guid>
<pubDate>Fri, 02 Mar 2018 08:38:53 +0000</pubDate>
</item>
<item>
<title>Answered: How to set labels on arrow with new Activity syntax ?</title>
<link>https://forum.plantuml.net/1392/how-to-set-labels-on-arrow-with-new-activity-syntax?show=7327#a7327</link>
<description>It's possible on newer versions of PlantUML.</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/1392/how-to-set-labels-on-arrow-with-new-activity-syntax?show=7327#a7327</guid>
<pubDate>Wed, 28 Feb 2018 10:29:45 +0000</pubDate>
</item>
<item>
<title>Answered: Break in while loop renders incorrectly</title>
<link>https://forum.plantuml.net/7306/break-in-while-loop-renders-incorrectly?show=7320#a7320</link>
<description>Thanks for your report.&lt;br /&gt;
&lt;br /&gt;
The fact is that this &amp;quot;break&amp;quot; feature is still beta and was only implemented for &amp;quot;repeat&amp;quot; loop (and not &amp;quot;while&amp;quot; loop).&lt;br /&gt;
&lt;br /&gt;
Anyway, adding this feature to while loop was not so hard, so we did it in last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We've upgraded the online server so your example is working now (use ctrl-F5 to force cache reload) &lt;a href=&quot;http://www.plantuml.com/plantuml/uml/HSun3i8m30NGtQVmc5wX5Q8IB2nCN20bloGYJQhQLSNjSLXOREdxIT-ZgDzqNp8TCMMucx3d4q_dZfEm-q0wOkwlbQKkq9ZAQx0WpKq6aq-J6b7-zW7HUmreRjhWtxQH1UnARG0bf9bi_XgflsJumliwa6XTQRIB_VC5&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/HSun3i8m30NGtQVmc5wX5Q8IB2nCN20bloGYJQhQLSNjSLXOREdxIT-ZgDzqNp8TCMMucx3d4q_dZfEm-q0wOkwlbQKkq9ZAQx0WpKq6aq-J6b7-zW7HUmreRjhWtxQH1UnARG0bf9bi_XgflsJumliwa6XTQRIB_VC5&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
However, do not expect too much on this feature. It will work on simple case, but will fail on complex ones.&lt;br /&gt;
&lt;br /&gt;
So we are interested in feedback!</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7306/break-in-while-loop-renders-incorrectly?show=7320#a7320</guid>
<pubDate>Tue, 27 Feb 2018 18:42:58 +0000</pubDate>
</item>
<item>
<title>Answered: autonumber and references in sequence diagrams</title>
<link>https://forum.plantuml.net/1932/autonumber-and-references-in-sequence-diagrams?show=7294#a7294</link>
<description>Seems to be implemented here &lt;a href=&quot;http://forum.plantuml.net/7119&quot; rel=&quot;nofollow&quot;&gt;http://forum.plantuml.net/7119&lt;/a&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/1932/autonumber-and-references-in-sequence-diagrams?show=7294#a7294</guid>
<pubDate>Sun, 25 Feb 2018 15:01:05 +0000</pubDate>
</item>
<item>
<title>Answered: Relation with class components</title>
<link>https://forum.plantuml.net/3020/relation-with-class-components?show=7280#a7280</link>
<description>Seems to be implement on more recent versions.&lt;br /&gt;
&lt;br /&gt;
See: &lt;a href=&quot;http://forum.plantuml.net/3636&quot; rel=&quot;nofollow&quot;&gt;http://forum.plantuml.net/3636&lt;/a&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/3020/relation-with-class-components?show=7280#a7280</guid>
<pubDate>Fri, 23 Feb 2018 13:56:53 +0000</pubDate>
</item>
<item>
<title>Answered: Set LegendBorderThickness to 0?</title>
<link>https://forum.plantuml.net/7184/set-legendborderthickness-to-0?show=7213#a7213</link>
<description>&lt;p&gt;We like the idea of &quot;BorderThickness&quot; to zero (rather than using &quot;transparent&quot; color).&lt;/p&gt;&lt;p&gt;So with last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; , you can have:&lt;/p&gt;&lt;pre&gt;@startuml
skinparam LegendBorderThickness 0
Bob -&amp;gt; Alice : hello
legend
this is a legend
endlegend
@enduml&lt;/pre&gt;&lt;p&gt;Setting thickness to zero probably does not work in other situation, so we are interested in feedback!&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7184/set-legendborderthickness-to-0?show=7213#a7213</guid>
<pubDate>Sun, 18 Feb 2018 18:38:06 +0000</pubDate>
</item>
<item>
<title>Answered: Create links after creating a diagram</title>
<link>https://forum.plantuml.net/7119/create-links-after-creating-a-diagram?show=7137#a7137</link>
<description>&lt;p&gt;So with last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can have:&lt;/p&gt;&lt;pre&gt;@startuml
autonumber 10
Alice -&amp;gt; Bob: [[/messages.html#%autonumber% write(a)]]
note left
  the autonumber works everywhere.
  Here, its value is %autonumber%
end note
Bob --&amp;gt; Alice: Response %autonumber%
@enduml&lt;/pre&gt;&lt;p&gt;This has not been highly tested, so feedback welcome!&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7119/create-links-after-creating-a-diagram?show=7137#a7137</guid>
<pubDate>Mon, 05 Feb 2018 21:44:03 +0000</pubDate>
</item>
<item>
<title>Answered: Simplier way to deactivate lifeline without return message</title>
<link>https://forum.plantuml.net/7024/simplier-way-to-deactivate-lifeline-without-return-message?show=7036#a7036</link>
<description>&lt;p&gt;Nice idea!&lt;/p&gt;&lt;p&gt;So with last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can now have:&lt;/p&gt;&lt;pre&gt;@startuml
autoactivate on

Alice -&amp;gt; Bob : msg1
deactivate
Alice -&amp;gt; Bob : msg2
deactivate
@enduml&lt;/pre&gt;&lt;p&gt;&lt;br&gt;Is this what you were expecting ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/7024/simplier-way-to-deactivate-lifeline-without-return-message?show=7036#a7036</guid>
<pubDate>Wed, 24 Jan 2018 22:10:50 +0000</pubDate>
</item>
<item>
<title>Answered: Boolean conditional or conditional creation of participants or order priority of participants</title>
<link>https://forum.plantuml.net/6993/conditional-conditional-creation-participants-participants?show=6999#a6999</link>
<description>&lt;p&gt;In last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; , we have added the &quot;order&quot; feature.&lt;/p&gt;&lt;p&gt;So you can now have:&lt;/p&gt;&lt;pre&gt;@startuml
participant A30 as P30 order 30
participant A20 order 20
participant A21 order 20
participant A10
@enduml&lt;/pre&gt;&lt;p&gt;Tell us if this is what you were expecting and if it helps.&lt;/p&gt;&lt;p&gt;Note that few tests have been done, so feedback is welcome!&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6993/conditional-conditional-creation-participants-participants?show=6999#a6999</guid>
<pubDate>Sat, 20 Jan 2018 21:33:44 +0000</pubDate>
</item>
<item>
<title>Answered: Ability to set &quot;scale 2&quot; for gantt charts</title>
<link>https://forum.plantuml.net/6959/ability-to-set-scale-2-for-gantt-charts?show=6978#a6978</link>
<description>&lt;p&gt;Thanks for the suggestion!&lt;/p&gt;&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can have :&lt;/p&gt;&lt;pre&gt;@startgantt
scale 1.5
[My task1] as [TASK1] lasts 4 days
[My task2] as [TASK2] lasts 6 days
[My task3] as [TASK3] lasts 8 days

[TASK3] starts at [TASK1]'s end
[TASK3] starts at [TASK2]'s end
@endgantt
&lt;/pre&gt;&lt;p&gt;Is this what you are looking for ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6959/ability-to-set-scale-2-for-gantt-charts?show=6978#a6978</guid>
<pubDate>Sun, 14 Jan 2018 18:57:10 +0000</pubDate>
</item>
<item>
<title>Answered: Please allow to round corners of elements in component diagrams</title>
<link>https://forum.plantuml.net/6915/please-allow-to-round-corners-elements-component-diagrams?show=6975#a6975</link>
<description>&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can have:&lt;/p&gt;&lt;pre&gt;@startuml
skinparam componentRoundCorner 10
skinparam componentBorderThickness 0.5
component foo1
@enduml

Is this what you are looking for ?&lt;/pre&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6915/please-allow-to-round-corners-elements-component-diagrams?show=6975#a6975</guid>
<pubDate>Sat, 13 Jan 2018 14:22:46 +0000</pubDate>
</item>
<item>
<title>Answered: LaTeX option for the online demo server</title>
<link>https://forum.plantuml.net/6963/latex-option-for-the-online-demo-server?show=6966#a6966</link>
<description>&lt;p&gt;Do you know any plugins for browser that can display LaTeX file ?&lt;/p&gt;&lt;p&gt;We've just changed our server so that urls &lt;em&gt;/plantuml/latex/XXX&lt;/em&gt; work.&lt;/p&gt;&lt;p&gt;Example : &lt;a href=&quot;http://www.plantuml.com/plantuml/latex/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/latex/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Is this useful to you ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6963/latex-option-for-the-online-demo-server?show=6966#a6966</guid>
<pubDate>Thu, 11 Jan 2018 21:20:59 +0000</pubDate>
</item>
<item>
<title>Answered: Standalone preamble for TikZ graphics</title>
<link>https://forum.plantuml.net/6962/standalone-preamble-for-tikz-graphics?show=6965#a6965</link>
<description>Ok, we've made the modification in last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Does it sound better ?&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6962/standalone-preamble-for-tikz-graphics?show=6965#a6965</guid>
<pubDate>Thu, 11 Jan 2018 21:01:05 +0000</pubDate>
</item>
<item>
<title>Answered: Please allow to inline set a dashed border on a Rectangle</title>
<link>https://forum.plantuml.net/6852/please-allow-to-inline-set-a-dashed-border-on-a-rectangle?show=6856#a6856</link>
<description>&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can have:&lt;/p&gt;&lt;pre&gt;@startuml

rectangle blahblah as bb  #line.dotted {
    rectangle &quot;first3&quot; as fst #77F;line.dashed {
        rectangle third #red;line.dashed
        (forth)
        rectangle fifth #line.bold
    }
    rectangle &quot;second&quot; as scnd
    fst -&amp;gt; scnd

}
@enduml&lt;/pre&gt;&lt;p&gt;Is this what you are looking for ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6852/please-allow-to-inline-set-a-dashed-border-on-a-rectangle?show=6856#a6856</guid>
<pubDate>Thu, 07 Dec 2017 21:47:47 +0000</pubDate>
</item>
<item>
<title>Answered: Please allow to set SequenceBoxBackgroundColor transparent</title>
<link>https://forum.plantuml.net/6728/please-allow-set-sequenceboxbackgroundcolor-transparent?show=6736#a6736</link>
<description>&lt;p&gt;Thanks for the feedback.&lt;/p&gt;&lt;p&gt;Last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; supports now:&lt;/p&gt;&lt;pre&gt;@startuml
skinparam BackgroundColor transparent
skinparam SequenceBoxBackgroundColor transparent

box
Alice-&amp;gt;Bob
endbox
Bob -&amp;gt; Other
@enduml

&lt;/pre&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6728/please-allow-set-sequenceboxbackgroundcolor-transparent?show=6736#a6736</guid>
<pubDate>Tue, 07 Nov 2017 13:18:24 +0000</pubDate>
</item>
<item>
<title>Answered: Add a &quot;Fit width&quot; option to the GUI</title>
<link>https://forum.plantuml.net/6712/add-a-fit-width-option-to-the-gui?show=6715#a6715</link>
<description>Good idea!&lt;br /&gt;
&lt;br /&gt;
This should be ok in last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tell us if you find issues!</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6712/add-a-fit-width-option-to-the-gui?show=6715#a6715</guid>
<pubDate>Mon, 06 Nov 2017 11:03:46 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide macros to insert the current page number and total number of pages</title>
<link>https://forum.plantuml.net/6699/please-provide-macros-insert-current-number-total-number-pages?show=6709#a6709</link>
<description>&lt;p&gt;Thanks for the suggestion, this is a good idea!&lt;br&gt;With last beta (beta16) &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can now have:&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;footer This is %page% of %lastpage%&lt;br&gt;Alice --&amp;gt; Bob : A1&lt;br&gt;newpage&lt;br&gt;Alice --&amp;gt; Bob : A2&lt;br&gt;newpage&lt;br&gt;Alice --&amp;gt; Bob : A3&lt;br&gt;newpage&lt;br&gt;Alice --&amp;gt; Bob : A4&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This has not been widely tested, so do not hesitate to post here if you find issues.&lt;br&gt;Thanks again!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6699/please-provide-macros-insert-current-number-total-number-pages?show=6709#a6709</guid>
<pubDate>Fri, 03 Nov 2017 12:50:38 +0000</pubDate>
</item>
<item>
<title>Answered: Add support for &quot;multiple instances&quot; display in all diagram</title>
<link>https://forum.plantuml.net/6688/add-support-for-multiple-instances-display-in-all-diagram?show=6689#a6689</link>
<description>&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can now have:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;database foo1&lt;br&gt;cloud foo2&lt;br&gt;collections foo3&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6688/add-support-for-multiple-instances-display-in-all-diagram?show=6689#a6689</guid>
<pubDate>Tue, 31 Oct 2017 13:51:14 +0000</pubDate>
</item>
<item>
<title>Answered: Add a @startgantt and @endgantt for Gantt diagrams</title>
<link>https://forum.plantuml.net/6592/add-a-%40startgantt-and-%40endgantt-for-gantt-diagrams?show=6603#a6603</link>
<description>&lt;p&gt;
	&lt;br&gt;
	That definitively makes sense!&lt;br&gt;
	&lt;br&gt;
	So with last beta &lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt; , you can now have:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startgantt&lt;br&gt;
	[My task1] as [TASK1] lasts 4 days&lt;br&gt;
	[My task2] as [TASK2] lasts 6 days&lt;br&gt;
	[My task3] as [TASK3] lasts 8 days&lt;br&gt;
	&lt;br&gt;
	TASK1 -&amp;gt; TASK3&lt;br&gt;
	TASK2 -&amp;gt; TASK3&lt;br&gt;
	@endgantt&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	Note that @startuml is still supported for Gantt.&lt;br&gt;
	It will be removed in some future, so that people can smoothly migrate to the new @startgantt.&lt;br&gt;
	Thanks for the suggestion!&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6592/add-a-%40startgantt-and-%40endgantt-for-gantt-diagrams?show=6603#a6603</guid>
<pubDate>Fri, 13 Oct 2017 15:59:46 +0000</pubDate>
</item>
<item>
<title>Answered: Ability to include blocks of code from one PlantUML file into another</title>
<link>https://forum.plantuml.net/6577/ability-include-blocks-code-from-plantuml-file-into-another?show=6602#a6602</link>
<description>&lt;p&gt;
	&lt;br&gt;
	With last beta &lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt; , you can have:&lt;br&gt;
	&lt;br&gt;
	&lt;strong&gt;file1.puml:&lt;/strong&gt;&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	!startsub FOO1&lt;br&gt;
	A-&amp;gt;A : stuffA2&lt;br&gt;
	!endsub&lt;br&gt;
	B-&amp;gt;B : stuffB2&lt;br&gt;
	C-&amp;gt;C : stuffC2&lt;br&gt;
	D-&amp;gt;D : stuffD2&lt;br&gt;
	!includesub FOO1&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
	&lt;strong&gt;file2.puml:&lt;/strong&gt;&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	B-&amp;gt;B : stuffB3&lt;br&gt;
	C-&amp;gt;C : stuffC3&lt;br&gt;
	D-&amp;gt;D : stuffD3&lt;br&gt;
	!includesub file1.puml!FOO1&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	It's a first draft, so there are probably some issues.&lt;br&gt;
	Feedback welcome!&lt;br&gt;
	&lt;br&gt;
	Regards,&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6577/ability-include-blocks-code-from-plantuml-file-into-another?show=6602#a6602</guid>
<pubDate>Fri, 13 Oct 2017 15:57:14 +0000</pubDate>
</item>
<item>
<title>Answered: Use TikZ styles</title>
<link>https://forum.plantuml.net/6570/use-tikz-styles?show=6575#a6575</link>
<description>&lt;p&gt;
	This sounds like a good idea but this is difficult to implement right now.&lt;br&gt;
	'Drawing' in PNG/SVG/EPS/TikZ is done by a low-level generic layer that has no idea about style/class/package/label&lt;br&gt;
	&lt;br&gt;
	However, it would be possible to detect duplicated commands like \draw[color=plantucolor0002,line width=1.5pt] and to generated dedicated style for them (but that would have generated names like aid23sdh) and then have:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;\begin{tikzpicture}[yscale=-1,&lt;br&gt;
	aid23sdh/.style={color=plantucolor0002,line width=1.5pt}&lt;br&gt;
	]&lt;br&gt;
	\draw[aid23sdh] (30pt,32pt) rectangle (481pt,341pt);&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	would this fits your needs ?&lt;br&gt;
	&lt;br&gt;
	Note that this needs some work...&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6570/use-tikz-styles?show=6575#a6575</guid>
<pubDate>Tue, 10 Oct 2017 11:14:46 +0000</pubDate>
</item>
<item>
<title>Answered: Wrong class widths after LaTeX export</title>
<link>https://forum.plantuml.net/6495/wrong-class-widths-after-latex-export?show=6520#a6520</link>
<description>This one is very difficult to solve.&lt;br /&gt;
Because box width are computed in Java using standard Java font.&lt;br /&gt;
And drawing is done by LaTeX using LaTeX font, which means that size does not match between both.&lt;br /&gt;
&lt;br /&gt;
However, we've made few tests. We've written some heuristic which tries to guess how the font will size in LaTeX.&lt;br /&gt;
&lt;br /&gt;
You can use beta 18 to check it:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately the result will never be perfect here.&lt;br /&gt;
Tell us if it's somehow better!&lt;br /&gt;
Thanks</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6495/wrong-class-widths-after-latex-export?show=6520#a6520</guid>
<pubDate>Fri, 29 Sep 2017 13:30:19 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a skinparam for the lollipop background color</title>
<link>https://forum.plantuml.net/6424/please-provide-skinparam-for-the-lollipop-background-color?show=6430#a6430</link>
<description>&lt;p&gt;
	This is not possible in official release.&lt;/p&gt;
&lt;p&gt;
	However, in last beta, we have added a new skinparam so that you can have:&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	skinparam arrowColor&amp;nbsp; #blue&lt;br&gt;
	skinparam arrowFontColor #blue&lt;br&gt;
	skinparam arrowLollipopColor #red&lt;br&gt;
	something -right(0- anything : description&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Is this what you are looking for ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6424/please-provide-skinparam-for-the-lollipop-background-color?show=6430#a6430</guid>
<pubDate>Mon, 11 Sep 2017 07:06:37 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a way to set arrow thickness on component diagrams</title>
<link>https://forum.plantuml.net/6423/please-provide-way-set-arrow-thickness-component-diagrams?show=6426#a6426</link>
<description>&lt;p&gt;
	Not possible with the last version.&lt;/p&gt;
&lt;p&gt;
	However, with the last beta :&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	You can have:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	skinparam arrowThickness 4&lt;br&gt;
	component c1&lt;br&gt;
	component c2&lt;br&gt;
	c1 --&amp;gt; c2&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	Is this what you are expecting ?&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6423/please-provide-way-set-arrow-thickness-component-diagrams?show=6426#a6426</guid>
<pubDate>Fri, 08 Sep 2017 11:00:52 +0000</pubDate>
</item>
<item>
<title>Answered: Please allow to display generics between &quot;&lt;&quot; and &quot;&gt;&quot; instead of inside a rectangle</title>
<link>https://forum.plantuml.net/6346/please-display-generics-between-instead-inside-rectangle?show=6357#a6357</link>
<description>&lt;p&gt;
	We've added a &quot;genericDisplay&quot; parameter.&lt;br&gt;
	So with last beta, you can have:&lt;br&gt;
	&lt;br&gt;
	&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	skinparam style strictuml&lt;br&gt;
	skinparam genericDisplay old&lt;br&gt;
	hide empty members&lt;br&gt;
	class &quot;coursGroupe:\nArrayList&amp;lt;CoursGroupe&amp;gt;&quot; as g&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	The parameter name is not perfect : any suggestion welcomed!&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6346/please-display-generics-between-instead-inside-rectangle?show=6357#a6357</guid>
<pubDate>Mon, 24 Jul 2017 09:45:56 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a macro to access the filename without the extension</title>
<link>https://forum.plantuml.net/6289/please-provide-macro-access-the-filename-without-extension?show=6296#a6296</link>
<description>&lt;p&gt;
	Q1: With last beta &lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	you can have:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml foo.png&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; note right: %filename%&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; note left: %filenameNoExtension%&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	Q2: Not sure to understand the question. This is simply our decision (see &lt;a href=&quot;http://plantuml.com/preprocessing&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/preprocessing&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;
	(Note that this is not working with the online server &lt;a href=&quot;http://www.plantuml.com/plantuml&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml&lt;/a&gt; because there are no &quot;filename&quot; in that case)&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6289/please-provide-macro-access-the-filename-without-extension?show=6296#a6296</guid>
<pubDate>Wed, 28 Jun 2017 05:50:21 +0000</pubDate>
</item>
<item>
<title>Answered: Provide a way to specify Page when use stdout</title>
<link>https://forum.plantuml.net/6265/provide-a-way-to-specify-page-when-use-stdout?show=6266#a6266</link>
<description>Ok. Nice idea!&lt;br /&gt;
&lt;br /&gt;
In last beta &lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
we've added a flag -pipeimageindex N in the command line, so you can now have:&lt;br /&gt;
&lt;br /&gt;
java -jar plantuml.jar -pipeimageindex 1 -pipe &amp;lt; test.txt&lt;br /&gt;
&lt;br /&gt;
(the index starts at 0).&lt;br /&gt;
&lt;br /&gt;
Is this what you are expecting ?</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6265/provide-a-way-to-specify-page-when-use-stdout?show=6266#a6266</guid>
<pubDate>Tue, 13 Jun 2017 05:17:52 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a skinparam to change the border style of a rectangle</title>
<link>https://forum.plantuml.net/6249/please-provide-skinparam-change-the-border-style-rectangle?show=6258#a6258</link>
<description>&lt;p&gt;
	Right now,&amp;nbsp; you cannot define dashed rectangle. This only applies to links.&lt;/p&gt;
&lt;p&gt;
	The only setting available beside colors is &quot;round corner&quot;.&lt;/p&gt;
&lt;p&gt;
	Working example:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	skinparam rectangle {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; BorderColor Blue&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; BorderColor&amp;lt;&amp;lt;Software System&amp;gt;&amp;gt; Green&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; RoundCorner&amp;lt;&amp;lt;Software System&amp;gt;&amp;gt; 25&lt;br&gt;
	}&lt;br&gt;
	rectangle rect1&amp;lt;&amp;lt;Software System&amp;gt;&amp;gt;&lt;br&gt;
	rectangle rect2&lt;br&gt;
	&lt;br&gt;
	rect1 -[dashed]-&amp;gt; rect2&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/AyxEp2j8B4hCLIXAJIv9p4lFILMevb800gVyefJK8kVydFmY1QUSqbHqGHkRuFoqalB4ebI5uChYajHSEpi5zwBKr3ommg3yqhmKv_oYl5Ii2erCkMgv43Q2M8POrA4fCU822nWgw4Qd91PdfAR4wjf19000&quot; style=&quot;width: 169px; height: 167px;&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/RO-z2i9048JxUufzWHG9s8KZ98MzASLYSTSVlDkLlJj4n7St1a48cMgO-M2OBcMqN69mwNQLEnf6C3vcb7DWU3cOrAiHsw113VfGU1csxQYd_41Z69yfS_GUjiOiCxZJ8ZIe2Q-2pSQztN_nw-eLRe4qRWvggFQ4wS9qgFolw5Xe-lC1&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/RO-z2i9048JxUufzWHG9s8KZ98MzASLYSTSVlDkLlJj4n7St1a48cMgO-M2OBcMqN69mwNQLEnf6C3vcb7DWU3cOrAiHsw113VfGU1csxQYd_41Z69yfS_GUjiOiCxZJ8ZIe2Q-2pSQztN_nw-eLRe4qRWvggFQ4wS9qgFolw5Xe-lC1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	We might improve this in the future, but it's difficult to find a nice syntax. Ideas welcome!&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6249/please-provide-skinparam-change-the-border-style-rectangle?show=6258#a6258</guid>
<pubDate>Sat, 10 Jun 2017 07:01:00 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a macro to access the PlantUML version</title>
<link>https://forum.plantuml.net/6199/please-provide-a-macro-to-access-the-plantuml-version?show=6211#a6211</link>
<description>&lt;p&gt;
	It's not possible in official release, but in last beta:&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	You can have:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	title this is %PLANTUML_VERSION%&lt;br&gt;
	alice -&amp;gt; bob : hello&lt;br&gt;
	!if %PLANTUML_VERSION% &amp;gt; 1201713&lt;br&gt;
	alice -&amp;gt; bob : A&lt;br&gt;
	!else&lt;br&gt;
	alice -&amp;gt; bob : B&lt;br&gt;
	!endif&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	Unfortunately, this is not working with &quot;old&quot; release.&lt;/p&gt;
&lt;p&gt;
	Thanks for the suggestion!&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/6199/please-provide-a-macro-to-access-the-plantuml-version?show=6211#a6211</guid>
<pubDate>Mon, 29 May 2017 12:55:43 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide a macro to access the last modification date of the diagram source file</title>
<link>https://forum.plantuml.net/5968/please-provide-macro-access-last-modification-diagram-source?show=5969#a5969</link>
<description>&lt;p&gt;
	Sorry, you have to be more specific in your request: I am not sure to understand it fully.&lt;br&gt;
	&lt;br&gt;
	Today, you can print the current version of PlantUML:&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	version&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	Or using the preprocessor ( &lt;a href=&quot;http://plantuml.com/preprocessing&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/preprocessing&lt;/a&gt; ), you can also have:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	header generated at %DATE%&lt;br&gt;
	Bob -&amp;gt; Alice : hello&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	Is this what you are expecting ?&lt;br&gt;
	Thanks!&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5968/please-provide-macro-access-last-modification-diagram-source?show=5969#a5969</guid>
<pubDate>Thu, 20 Apr 2017 07:22:12 +0000</pubDate>
</item>
<item>
<title>Answered: Please provide nodes to represent queues and topics</title>
<link>https://forum.plantuml.net/5961/please-provide-nodes-to-represent-queues-and-topics?show=5967#a5967</link>
<description>&lt;p&gt;
	With last beta&lt;br&gt;
	&lt;a href=&quot;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0&lt;/a&gt;&lt;br&gt;
	&lt;br&gt;
	You can have:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	queue queue&lt;br&gt;
	pipe pipe&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	Hope this helps!&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5961/please-provide-nodes-to-represent-queues-and-topics?show=5967#a5967</guid>
<pubDate>Thu, 20 Apr 2017 07:12:16 +0000</pubDate>
</item>
<item>
<title>Please add binary signals, compact format, dirac pulses, decimal events and steps bigger than one to Timing Diagram</title>
<link>https://forum.plantuml.net/5948/please-signals-compact-pulses-decimal-bigger-timing-diagram</link>
<description>&lt;p&gt;I played a bit with timing diagrams and found several limitations.&lt;br&gt;&lt;br&gt;Here they are :&lt;/p&gt;&lt;ul&gt;&lt;li&gt;how to draw binary signals ? (1 bit bus)&lt;/li&gt;&lt;li&gt;how to draw in a 'compact format (name of the signal + waveform on the same line) ?&lt;/li&gt;&lt;li&gt;how to draw 'dirac' pulses (typically an interrupt, very small compared to the other signals)&lt;/li&gt;&lt;li&gt;how to make the timeline more flexible :&lt;/li&gt;&lt;li&gt;allow decimal events (@1, @1.1)&lt;/li&gt;&lt;li&gt;allow steps bigger than one (graduation 10-20-30...up to 100 would give 10 graduations. Currently it gives 100 graduations, not readable)&lt;/li&gt;&lt;li&gt;allow non linear scale (10-20-30 ... 100 : 4 graduations with '...' between 30 and 100)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br&gt;I suppose this list is not enough but if you are interested I can elaborate a bit more&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Benoit&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5948/please-signals-compact-pulses-decimal-bigger-timing-diagram</guid>
<pubDate>Fri, 14 Apr 2017 13:06:55 +0000</pubDate>
</item>
<item>
<title>Please provide a skinparam to set the background color of the activity beta diamond node</title>
<link>https://forum.plantuml.net/5932/please-provide-skinparam-background-color-activity-diamond</link>
<description>&lt;p&gt;I'd like a skinparam to set the background color of the activity beta diamond node.&lt;br&gt;&lt;br&gt;It currently is the same as the &lt;strong&gt;skinparam activityBackgroundColor&lt;/strong&gt;, but we normally use Yellow for the conditions, and another color for the actions.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5932/please-provide-skinparam-background-color-activity-diamond</guid>
<pubDate>Wed, 12 Apr 2017 17:25:07 +0000</pubDate>
</item>
<item>
<title>Please allow to set sequence diagram groups color to transparent</title>
<link>https://forum.plantuml.net/5866/please-allow-set-sequence-diagram-groups-color-transparent</link>
<description>&lt;p&gt;Please allow to set sequence diagram boxes color to transparent, currently &lt;strong&gt;skinparam SequenceGroupBodyBackGroundColor transparent&lt;/strong&gt; doesn't work.&lt;/p&gt;</description>
<category>Closed feature request</category>
<guid isPermaLink="true">https://forum.plantuml.net/5866/please-allow-set-sequence-diagram-groups-color-transparent</guid>
<pubDate>Mon, 03 Apr 2017 10:27:48 +0000</pubDate>
</item>
</channel>
</rss>