-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4686030
commit 59bae38
Showing
15 changed files
with
534 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
TODO | ||
1. CUT source ep edge also | ||
3. Detect bidirectional edge and correctly display it w/o parallelization | ||
4. CHeck printing | ||
|
||
Add edge labels - labels on path | ||
http://www.codeproject.com/Articles/30090/Text-On-A-Path-in-WPF | ||
|
||
Use DrawVisual for edges at least... performance | ||
|
||
http://en.wikipedia.org/wiki/Automatic_label_placement | ||
|
||
|
||
NOTES | ||
1. If custom object 1st time position is incorrect - CHECK if it has Arrange() specified in LayoutUpdated event! | ||
1. If custom object 1st time position is incorrect - CHECK if it has Arrange() specified in LayoutUpdated event! | ||
|
||
|
||
perf | ||
http://blogs.msdn.com/b/llobo/archive/2009/11/10/new-wpf-features-cached-composition.aspx?wa=wsignin1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.