프로젝트

일반

사용자정보

개정판 b0a0383a

IDb0a0383a01728d5d722f636da43ef84106386242
상위 a10d7f23
하위 b6e3c792

함의성이(가) 약 4년 전에 추가함

issue #000: sym paint

Change-Id: Ic784438c5a2e123368c89fa9e99c7d08bd7f03f3

차이점 보기:

DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py
1730 1730

  
1731 1731
    def setColor(self, color):
1732 1732
        """change svg item's color"""
1733
        if self._document and color != self.__color:
1733
        if self._document:# and color != self.__color:
1734 1734
            self.changeAttributes('fill', color)
1735 1735
            self.changeAttributes('stroke', color)
1736 1736
            self.renderer().load(self._document.toByteArray())

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)