doc: Try PNG for github markdown instead of SVG

This commit is contained in:
Akita Noek 2016-02-12 11:07:31 -05:00
parent a4c435c14e
commit 0ef004171d
2 changed files with 1 additions and 1 deletions

BIN
docs/img/rbac_example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -32,7 +32,7 @@ permissions are implicitly granted to all parents. (Technically speaking, this
forms a directional graph instead of a hierarchy, but the concept should remain
intuitive.)
![Example RBAC hierarchy](img/rbac_example.svg)
![Example RBAC hierarchy](img/rbac_example.png?raw=true)
### Implementation Overview