개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
MarkupToPDF/Themes/generic.xaml | ||
---|---|---|
245 | 245 |
Fill="{TemplateBinding FillColor}" |
246 | 246 |
RenderTransformOrigin="0,0" |
247 | 247 |
Stroke="{TemplateBinding StrokeColor}" |
248 |
StrokeLineJoin="Bevel" |
|
248 | 249 |
StrokeThickness="{TemplateBinding LineSize}" /> |
249 | 250 |
<Path |
250 | 251 |
x:Name="PART_CloudSubPath" |
... | ... | |
441 | 442 |
Fill="{TemplateBinding BackInnerColor}" |
442 | 443 |
IsHitTestVisible="False" |
443 | 444 |
RenderTransformOrigin="0,0" |
444 |
Stroke="Transparent"> |
|
445 |
Stroke="Transparent" |
|
446 |
StrokeLineJoin="Bevel"> |
|
445 | 447 |
<Path.RenderTransform> |
446 | 448 |
<!--<RotateTransform Angle="{TemplateBinding Angle}" |
447 | 449 |
CenterX="{TemplateBinding CenterX}" |
... | ... | |
548 | 550 |
Data="{TemplateBinding PathData}" |
549 | 551 |
Fill="{TemplateBinding StrokeColor}" |
550 | 552 |
Stroke="{TemplateBinding StrokeColor}" |
553 |
StrokeLineJoin="Bevel" |
|
551 | 554 |
StrokeThickness="{TemplateBinding LineSize}" /> |
552 | 555 |
|
553 | 556 |
<!--<Path x:Name="PART_ArrowSubPath" |
내보내기 Unified diff